I’m brand new to this, so I have a question about metadata.
I’ve simplified my problem to:
Input: CSV file with fields firstname, lastname.
Output: CSV file with fields FirstName, LastName
So how do I change the field names as I propagate data?
I’ve tried this with a UniversalReader → SimpleCopy → UniversalWriter… I don’t see how to use metadata on the edges to map the port names…
Thanks for the noob help!