Hey everyone. I'm starting to use Meltano for a PoC on my job and I'm basically testing a few possibilities of extracting semi-structured data and loading it to a postgres database.
At this moment, I'm using the extractor tap-csv and I'd like to change the data type of a specific column before adding it to the postgres db. Most specifically, I want to change the string data type to an integer. Is there an easy way to do that on this extractor config section?!