I have a workspace that watches a specific folder for csv files to be added to it.
The workspace then converts the csv file to a shapefile.
If i copy just one csv file into the folder it works perfectly.
If i copy more than one csv file then server kicks off an instance of the workspace for each csv file added but it reads in the first csv file in the folder to every instance ignoring the rest of the csv files in the folder.
Also if the folder already has a csv file in the folder and a second is added, server will kick of the workspace and run it using the csv file that was originally in the folder and not the new one.
any ideas what i may be doing wrong?
@aaronkoning