I am streaming data from magento to Biq Query table which doesn’t contain all fields which Magento source contains.
How to exclude or only include columns for item array ( can be more than one item in order) to achieve only this one which I want to stream to BQ table?
For example I was trying with pick function but BQ table is updated without array items.
Hello, this looks similar to your other question that you also just posted. Are your goals the same for both questions? If they are the same, could you delete/close one to keep the answers in one thread? Thank you.
While mapping data from one module to another, ensure that you are following uniformity of datatype.
Here, in BigQuery field - check the type of data they accept by toggling the map.
Then ensure that you are mapping the same data format. To test this, you can initially try your formula in module “Set Variable” before testing in the actual module (BigQuery).
I am wondering what kind of function I should use in my case to set only columns which i want to stream from Items array not get all of them as default mapping.
Congratulations on the great job you, @samliew, and @Msquare_Automation did while solving these troubles of yours .
Also thank you very much for sharing your solution with us. We deeply appreciate that you kept us in mind. This way other users can benefit from your advice.