I would like to create a csv file, but don’t want the record identifier to be output. I have a flat file dictionary, schema and xxxxxxxDT document defined. When I use pub.flatFile:convertToString service, I see the record name in the output string field. Is there a way to get the service to leave out the record name?
Did you gave RecordDefinition specific name? If you don’t want it to show up in the output then create as “recordWithNoID” as the record definition then convertToString won’t show up the column headers.