Parsing CSV Files Using NodeJS and Storing Data in PostgreSQL

preview_player
Показать описание
Parsing CSV files and processing data is an important skill, often required from the developer.
I'm attempting to show you a simple way to this and to store the data into a relational database such as PostgreSQL.
PS: My apologies for my microphone's bad quality. I have to buy a better one in the future.

Рекомендации по теме
Комментарии
Автор

thank you so much
i want to do the opposit where i want to write a csv file from an existing database

sidali
Автор

let csvStream = csv.fromPath(".\\csv\\FL_insurance_sample.csv", { headers: true })
^

TypeError: csv.fromPath is not a function

Getting above error. Any insight on this will be helpful

nvnvashisth
Автор

Hello! I really need your help. How do you do it if you want to parse 2 or more csv files then join the data based on a column?

Hipsterismainstrm
Автор

Can you provide a git link of this project?

ashmeetsehgal
Автор

Thank you :) It was amazing tutor. You have thought us to insert the data from csv file to the empty table. I want to update the existing data in the table using csv. If the data is not present in table then, I want to add the rows from csv to pg table.
What should I do ?

maiaayaaoo
visit shbcf.ru