I am doing a conversion from a .TAB file to a .JSON file.
When i run the work bench normally it works fine.
However, when i try to convert it to a batch file i get an error saying that it is unable to open output file.
My reader is...
G:\\spatial\\Manage\\ParkingBays\\Data\\PAT\\Road_Marking.TAB
My writer is....
G:\\spatial\\Export\\External\\YellowLineParking\\Data\\Road_Marking.json
and the error i get is.......
Unable to open output file: 'G:\\spatial\\Export\\External\\YellowLineParking\\Data\\Road_Marking.json\\PAT'
Can anyone explain to me how and why this error is occuring?
Where does the "PAT" bit come from?
And how can I stop it from happening?
Many thanks in advance for your help.
Matt