01-11-2016, 03:10 PM
Yeah. I will be building those options into the system in the future, but in the mean time, you might need to delete those entries out of the database and before you upload them go to phpmyadmin (or your sql tool of choice)
In your Structure tab, go to the users table.
You might need to click structure again after that.
Anything you want to go in as default, click that field and edit/change/click the pencil and go to the "default column". Hit the drop down box and select "as defined:" and enter your default value.
Then just make sure your csv doesn't have anything in the column you want to use the default value and the database itself will automatically populate that for you.
I hope that helps. If you need a walktrough, let me know.
In your Structure tab, go to the users table.
You might need to click structure again after that.
Anything you want to go in as default, click that field and edit/change/click the pencil and go to the "default column". Hit the drop down box and select "as defined:" and enter your default value.
Then just make sure your csv doesn't have anything in the column you want to use the default value and the database itself will automatically populate that for you.
I hope that helps. If you need a walktrough, let me know.