Halo ...
I made data with CSV CRUD but always failed, the input data went well but the table did not appear correctly only 2 empty columns appear.
How to determine the field ID to become an auto increment?
Is anyone pleased to give an example file?
CSV CRUD <SOLVED>
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
CSV CRUD <SOLVED>
Last edited by iezhawe on Fri May 12, 2023 8:34 am, edited 3 times in total.
Re: CSV CRUD
A CSV file does not have auto increment. This only applies to MySQL.
If you need help then please share a DEMO project so we can see what you are trying to do.
If you need help then please share a DEMO project so we can see what you are trying to do.
Re: CSV CRUD
The column should be a number (index). Please see the documentation for more details.
If you need further assistance then please also include a link to the CSV file.
If you need further assistance then please also include a link to the CSV file.
Re: CSV CRUD
oh i see ...
This goes well, sorry I'm not careful.
but the EDIT & DELETE button not dislpayed
csv file :
https://t.ly/kD6c
This goes well, sorry I'm not careful.
but the EDIT & DELETE button not dislpayed
csv file :
https://t.ly/kD6c
Re: CSV CRUD
Did you update all fields and republish the page?
Note that index are zero based (starting with zero).
If that does not work then please share the updated project.
I have tested your project with the changes and it works for me.
Note that index are zero based (starting with zero).
If that does not work then please share the updated project.
I have tested your project with the changes and it works for me.
Re: CSV CRUD <SOLVED>
yes it's work.
SOLVED !!!
Thank you very much Pablo
Note for me who is not observant:
1. The column must be filled with numbers
2. The number starts from 0
SOLVED !!!
Thank you very much Pablo
Note for me who is not observant:
1. The column must be filled with numbers
2. The number starts from 0