Flat File Mapping

Hi! I am importing a flat file into a schema, and I need to export it after some manipulation. I see how to use a schema to validate input and output, but how do I actually get the data from one format to another? For instance, two fields come in separately, but need to be exported concatenated with a zero between them. I don’t see how to perform the manipulation!

Thanks!!
Kim

Hi Kim
Use the concat fuction in pub.string.

Thanks! And these functions are used in the mapping by choosing transformers?

And these functions are used in the mapping by choosing transformers?

Ans:yes, pub.string:concat transformer built-in service.