Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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 “:”