import csv file
Publicado 25 sept 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 comentarios
Iniciar sesión para dejar un comentario.