I added the custom extractor tap-sftp to my project. In order to get a CSV file to load which has no quotes but ' as part of some fields I needed to extend the following singer file...singer_encodings/csv.py. My question is now where to address this change to make sure that a meltano update won't break this fix. Is meltano working on a
singer.io fork or would I need to communicate with the guys from singer...actually this file could be extended even more to give a better support to the various CSV dialects that are supported by the csv.DictReader. What would be the best way forward?