avoid redundant data during import

23 views
Skip to first unread message

黄祥

unread,
Jun 27, 2021, 7:55:24 PM6/27/21
to web2py-users
e.g.
on tables employee

id = 1
name = edy
position = staff

on employee.csv
name,position
erick,staff
edy,staff
jack,manager

expected result on table employee
id = 1
name = edy
position = staff

id = 2
name = erick
position = staff

id = 3
name = jack
position = manager

is there any way to avoid redundant data during import ?

thanks and best regards,
stifan
Reply all
Reply to author
Forward
0 new messages