Import contact with company's details ?

Does anybody succeed to use the import feature of modules Contacts with other company’s fields than Name ?

Mautic 2.2.0 introduced Companies module but we can’t import any data except the name ?

Does anybody succeed to use the import feature of modules Contacts with other company’s fields than Name ?
Mautic 2.2.0 introduced Companies module but we can’t import any data except the name ?

When you import, make sure the rows are aligned with the structure of the database.

For example, compare your spreadsheet with the alignment of the database. If your spreadsheet is in a different order from the database, it won’t import properly.

The company fields are ordered like so:
companyaddress1
companyaddress2
companyemail
companyphone
companycity
companystate
companyzipcode
companycountry
companyname
companywebsite
…and so on.

(So if you import companyname before companyphone, you may get errors or no import at all)