Hello,
I would like to export the title and the url of database movies.
As i'm not programmer, i have just modified the csv export plug in existing in PVD.
%OPTIONS%
encoding="UTF8BOM"
replace=";<->,"
replace=""<->"
replace="#13#10<-> "
replace="#13<-> "
replace="#10<-> "
filter="CSV Files|*.csv"
%OPTIONS%
%HEAD%Title;URL;
%HEAD%{%value=title};"{%value=url}";
The problem that there is only one film in the export csv file and not the complete database.
If someone can help me, thanks for advance.