I’m trying to create a data adapter which will intake CSV into a temp lookup table where I can then reorganize everything - however some of the CSV files I intake are formatted as below:
IP,Port,Service
74.34.63.295,22550,etcd
And without a quote character the CSV data adapter seems to not know how to process things - is there something I’m missing or some better way I could possibly go about this?