I am new to FME.
I am trying to do a batch processing to convert shapefiles to JSOn files.
All my shape files are in current directory, e.g.,
C:\\Users\\username\\Documents\\Projects
I am trying to convert each of them into a separate json file in a folder
C:\\Users\\username\\Documents\\Projects\\JSON
I used dataset fanout after selecting all the shapefiles as input but it is returning only json file corresponding to the first shapefile.
I also used file->batch deploy by selecting the source folder with *.shp as wild card and destination as above and deselected retain basename.
But it is also giving only the output from first file.
Please help me out where I am wrong or if you need information.
Thanks,
Vivek