Hi,
Is it possible to build a flatfile schema that parse unknown number of fields?
This is my file:
HEADER:001:002:003:004:005
…and it might go on with more comma separated fields, do I need to know how many in order to build the schema, I like to read them to the end of record?
thanks