import csv file
投稿日時:2023年9月25日
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件のコメント
サインインしてコメントを残します。