I would like the protocol to split a large dataset (3+ million record) into multiple CSV file using the Delimited Text Writer component. Preferably every 1 million records will be in one CSV file. The first file with the million records will be named "abc_currentdate_01.csv". the second file will be named "abc_currentdate_02.csv".
Many transformations have been done before generating these file. So this will be the last step in the Pipeline Pilot protocol. I will be very appreciative of any suggestions! Thank you!