Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

csv transfer

Questions related to using nuBuilder Forte.
Post Reply
kknm
Posts: 377
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

csv transfer

Unread post by kknm »

Ubuntu 18.04 on the form 'csv transfer' tables are not displayed when exporting and importing and files in the 'temp' directory ...
When typing the table name 'print' says: 'There is already a table named
print '
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: csv transfer

Unread post by kev1n »

An import can only be done into a new table (The table must not exist)
kknm
Posts: 377
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Re: csv transfer

Unread post by kknm »

What are the requirements for the imported csv file ?
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: csv transfer

Unread post by kev1n »

You can do an export of a table to see the format.

It looks like this:

Code: Select all

zzzzsys_event_id,sev_zzzzsys_object_id,sev_event,sev_javascript
nu5bad6cb379988c5,nu5bad6cb34c005d7,onclick,"nuPopPHP(event, 'BE');"
nu5bad6cb379a3d0a,nu5bad6cb34c4775c,onclick,"nuPopPHP(event, 'BS');"
nu5bad6cb379b055d,nu5bad6cb34d23de5,onclick,"nuPopPHP(event, 'AS');"
nu5bad6cb379bcdcc,nu5bad6cb34d7e1db,onclick,"nuPopPHP(event, 'BD');"
nu5bad6cb379ec280,nu5bad6cb34e2eaec,onclick,"nuPopPHP(event, 'AD');"
nu5bad6cb37a13d93,nu5bad6cb329136ba,onclick,"nuPopPHP(event, 'BB');"
nu5bad6cb37a4de1d,nu5bad6cb34b050a0,onclick,"nuPopPHP(event, 'AB');"
Post Reply