update vocabulary table using CSV file

I've added some vocabulary ( city ) using a CSV file , those values are the content of a drop down list. Now i want to update the city table using the CSV file but the update is not taking effect. I'm using PostgreSQL. Do you have some idea on how can i update this table ?

0 votes

1 answers

2485 views

ANSWER



Hi,

Directory values are considered as data, you need to force the policy to “always” (at least temporarily) to lose current data and replace it again with CSV content.

0 votes



Thank you
01/08/2016