singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.25k stars 148 forks source link

issue with list items #86

Open santhoshvempali opened 2 years ago

santhoshvempali commented 2 years ago

i have an feature called country and it is containing and list of country values how to insert these using singer

{"country":["india","usa","japan","china"]} this was for mat of data i wanted to send them to postgres table under column named country

please help about how to do these what was the schema and all