I need some help ! i’m trying to generate flat file withe multiple record (record for header and other with ‘Max repeat=Unlimited’ for body ).
The issue is i’m not able to generate the file without displaying the Record ID :
please have a look at the FlatFile Development Help guide, this one should have some explanation on how to define the schema, dictionary and doc type for such flat files.
Thank you for your reply. I’ve already look at the SAG guide but no solution found ! could you please give me reference if you think i missed something ?
Caveat - Note that this will apply to ALL flat-files (i.e., existing interfaces), since this acts as a global parameter; DO NOT change this without performing an impact analysis.
If you’re using the service convertToString, then customization is available in the Flat-file Schema Developers Guide -
@Dinesh: Yes i look to get the same result as you show above (without displaying RecordID), but with header has different structure (fixed position) than body of file.
@Kasi: it seems exactly what i’m looking for, but this will impact all used flat-files.
I end up by creating tow different schema and document type : one for Header and the second for the Body using recordWithNoID, then i concatenate the generated strings into one file.