Recent searches
No recent searches
import csv file
Posted Sep 25, 2023
Hello,
How can I import a .csv file with data for Leads, so that I have s.th. like
"leads" : [
{
"firstname" : "John"
"lastname" : "Doe"
"company" : "Google"
......
},
{
"firstname" : "Jane"
"lastname" : "Doe"
"company" : "Yahoo"
}
]
as an example in JSON notation.
Thanks!
0
0
0 comments
Sign in to leave a comment.