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