CSV CRUD <SOLVED>

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
iezhawe
 
 
Posts: 18
Joined: Mon Oct 25, 2021 7:56 am

CSV CRUD <SOLVED>

Post by iezhawe »

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?
Last edited by iezhawe on Fri May 12, 2023 8:34 am, edited 3 times in total.
User avatar
Pablo
 
Posts: 23548
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CSV CRUD

Post by Pablo »

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.
iezhawe
 
 
Posts: 18
Joined: Mon Oct 25, 2021 7:56 am

Re: CSV CRUD

Post by iezhawe »

This is the demo file link

https://t.ly/pFR-
iezhawe
 
 
Posts: 18
Joined: Mon Oct 25, 2021 7:56 am

Re: CSV CRUD

Post by iezhawe »

This is the screenshot result

https://ibb.co/qCxZnQG
https://ibb.co/ynQf6kQ
User avatar
Pablo
 
Posts: 23548
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CSV CRUD

Post by Pablo »

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.
iezhawe
 
 
Posts: 18
Joined: Mon Oct 25, 2021 7:56 am

Re: CSV CRUD

Post by iezhawe »

oh i see ...

This goes well, sorry I'm not careful.

but the EDIT & DELETE button not dislpayed

csv file :

https://t.ly/kD6c
User avatar
Pablo
 
Posts: 23548
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CSV CRUD

Post by Pablo »

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.
iezhawe
 
 
Posts: 18
Joined: Mon Oct 25, 2021 7:56 am

Re: CSV CRUD <SOLVED>

Post by iezhawe »

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
Post Reply