Import csv questions
Good day. Is there any way to import a csv in such a way that seperate columns are used at the same time for a single field?
Like, I have 2 columns in a csv "First name" and "last name". This is how it is generated from source.
Can I use this somehow to assign both together to a "name" field on Twenty?
I also need to import CSV's automatically once it's added to a folder. I was thinking a watcher script to monitor a folder on linux. Once added, file is detected. Is there a way to start the "import" function so that the CSV content is added automatically?
Like, I have 2 columns in a csv "First name" and "last name". This is how it is generated from source.
Can I use this somehow to assign both together to a "name" field on Twenty?
I also need to import CSV's automatically once it's added to a folder. I was thinking a watcher script to monitor a folder on linux. Once added, file is detected. Is there a way to start the "import" function so that the CSV content is added automatically?