Hello everybody,
I´ve got the following situation:
I have one folder with several csv-files. Every week another csv-file is put into the folder. All the files do have the same structure.
At the moment I´m putting the data together by copy and paste into a JMP-file:
Every time a new csv-file is available, I copy the data from this file, open the JMP file and paste the new data at the end of my data table.
Are there any possibilities to automate this process in JMP?
Thanks in advance!
This can be easily automated with some JSL. Couple of questions:
Based on initial information, I would add file name column to the JMP file you have, then create JSL script which would do something like:
Thank you for the response.
Is there also a solution for this kind of issue:
I do have just one csv file in which data is written to continuously.
PS: I do have no experience with JSL.