10-16-2019 03:44 AM
Hi,
I got one requirement which is related to data size. If data from source system is more than 1GB then I have to zip it else data should go in format of CSV and drop it at target location. So, Can any one help me if there is anyway to find the size of data in SNAPLOGIC ?
Thanks,
Venu
10-16-2019 10:43 PM
what is your data source?
10-17-2019 05:24 AM
Data source’s are DB2 and PostgreSQL but it should be done via Snaplogic
10-18-2019 04:09 AM
I am not sure if there is a way direct to calculate data set size, cant you just route based on numbers of records fetched from source, say if count is more than 1 Million, route it to write a zip file else a csv.
10-18-2019 08:18 AM
Are you putting the CSV file into the zip?