Jaybird180
Final Approach
I have some historical data that I need to input into a paid application that will not accept .CSV; it has its own proprietary format (irrelevant for this discussion???). It's paid software and I'm 3 days into their 60 day full money-back trial, so need to act quickly. The original data is now in .CSV format and I would really like to utilize the data, but won't be totally disappointed without it. I will likely continue using it after the 60-days, even if the historical data is unusable as the application thus far appears to do everything else that I need it to do. That said, I found a little paid utility that will (allegedly) allow me to transform the original CSV to this proprietary format, of which I have a few doubts, but I took a look at the trial version anyway.
The trial version of this utility has a limitation of only transforming 100 lines of data, but will do an 'unlimited number of files', which theoretically should be enough for Proof Of Concept (POC), after which I will pay for the utility. I plan to use the utility once then shelf it, and if it works will consider it money well-spent.
The original CSV files have 1 header row and a few thousand lines of data, which is why doing [copy/paste, copy/paste > save] manually is not really practical. Is someone knowledgeable enough about scripting something that will copy the header row and the 1st 99 rows to 'FILE1.csv' then copy header row and rows 100-199 to 'FILE2', then header row and rows 200-299 to 'FILE3'...(ad infinitum).
If this POC works, I can test 'large file #1' with my application, and if functional will then pay for the utility, discard the script, and then convert 'large file #2', etc. without needing the script further as then the 100 line limitation will be removed.
I'll offer to pay you for the script for helping with my utility pre-purchase test.
Thank you.
The trial version of this utility has a limitation of only transforming 100 lines of data, but will do an 'unlimited number of files', which theoretically should be enough for Proof Of Concept (POC), after which I will pay for the utility. I plan to use the utility once then shelf it, and if it works will consider it money well-spent.
The original CSV files have 1 header row and a few thousand lines of data, which is why doing [copy/paste, copy/paste > save] manually is not really practical. Is someone knowledgeable enough about scripting something that will copy the header row and the 1st 99 rows to 'FILE1.csv' then copy header row and rows 100-199 to 'FILE2', then header row and rows 200-299 to 'FILE3'...(ad infinitum).
If this POC works, I can test 'large file #1' with my application, and if functional will then pay for the utility, discard the script, and then convert 'large file #2', etc. without needing the script further as then the 100 line limitation will be removed.
I'll offer to pay you for the script for helping with my utility pre-purchase test.
Thank you.