Is there a way to get column names and their respective data types?
Hi Team,
Hoping you could assist with the below.
Desired functionality:
Load data from Salesforce into a CSV; Appending an additional column (which is just a datetime stamp of the import). Then creating a SQL table to insert this imported data.
Question / Problem:
Is there a way I can read column names and data types either directly from the the Salesforce import, or from the CSV file? I would like to then use this information to create the SQL table?
Hi Uwe,
Thank you for your question. There are actually two questions here, both of which are detailed below.
We hope this helps and if you need additional support, please feel free to contact us at support@onecloud.io.
1 person likes this
Thanks Tony - this answers my question perfectly. I am able to add a column as described above and I will be on the lookout for the release later in May.