Hi,
My workspace worked in 2019.x, but I noticed an issue when it was migrated to 2022.2.0.
I read in multiple *.TXT files from a single folder using a FeatureReader (passing the folder name with a parameter), they are actually csv files - so use that as the format. In the Parameters I set "Field Names Line" to None as there are none. I expose "col0,col1". It reads all the files and I get the correct feature count, but it reads the first file fine, but all subsequent files it uses the values from the first line as the field names - effectively ignoring the "Field Names Line" Parameter.
Is this a bug? As I say, it worked before.
Kind regards
John