Is it possible to create flat file schema which can parse flat file of below structure
[TEMPLATE_TYPE],[PARAM1]:[PARAM1_VALUE],……,[PARAMX]:[PARAMX_VALUE],
to format
ProcessedLine (Document)
Is it possible to create flat file schema which can parse flat file of below structure
[TEMPLATE_TYPE],[PARAM1]:[PARAM1_VALUE],……,[PARAMX]:[PARAMX_VALUE],
to format
ProcessedLine (Document)
Normally this can be achieved by defining PARAMX_NAME and PARAMX_VALUE as “Composite field” with composite delimiter as “:”