taeef_najib
09/12/2023, 9:54 PMedgar_ramirez_mondragon
09/12/2023, 10:05 PMtaeef_najib
09/12/2023, 10:24 PMrecord is a JSON object right? As stated here -> https://hub.meltano.com/singer/spec/#recordsedgar_ramirez_mondragon
09/12/2023, 10:32 PMrecord is a JSON objecttaeef_najib
09/12/2023, 10:51 PMrecord contains the data from the csv file when I use tap-csv as the extractor, right? I was actually trying to implement the whole thing locally just to understand how it works. I have a dummydata.csv file in the working directory. For simplicity, I want to turn the csv file into a JSON object, similar to record and then test if I can push record into my locally set up data lake. Thanks a lot @edgar_ramirez_mondragon for helping me out. Much appreciated.user
09/12/2023, 10:56 PMYes,contains the data from the csv file when I userecordas the extractor, right?tap-csv
record should contain each field in the CSV and there should be one record message for every data line in the file.
For simplicity, I want to turn the csv file into a JSON object, similar tofwiw that sounds very similar to what you'd get from https://hub.meltano.com/loaders/target-singer-jsonl or https://hub.meltano.com/loaders/target-jsonland then test if I can pushrecordinto my locally set up data lake.record