Hi,
Im not an expert in Netsuite data, but for testing purposes I’ve setup a data pipeline load of Account table from Netsuite to our Snowflake instance.
The pipeline execution loaded the data, but i noticed few issues.
- ACCTTYPE column prefixed all the values with a underscore Ex. “_expense”
- Not all fields possibly loaded. Account Display Name.
I think its off because i also pulled this Account table using powerbi using ODBC driver and the values in Accttype are without the prefix.
For missing fields, in powerbi there is a field that it pulled called “accountsearchdisplayname”, but i don’t see that field getting loaded into snowflake.
My theory is that since powerbi loads using ODBC and matillion data pipeline uses JDBC driver, they may pull different columns?
Does anyone have any insights on this?
Thank you