I have problem with import users. Everything is fine except imported data for check box, select list and date field - no data imported. Can you check my cvs or excel file?
Hi, Checkboxes and Select fields
you need to import the value, so if you have something like
1|2010
2|2011
...
you should import data in this format: 1,2,3,4 (JSON format is no more required)
Date fields
the correct format is the same of MySQL so something like YYYY-MM-DD (maybe we should add some tip to explain this )
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »