Super Simple Graph Question?

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!

Okay - so that was simple enough…

Don’t propagate the metadata, and know that the fields are mapped in order - field1 to field1, regardless of names.