Personal Video Database

English => Support => Topic started by: Marc on October 09, 2010, 08:53:37 pm

Title: [SOLVED] How to export a custom field?
Post by: Marc on October 09, 2010, 08:53:37 pm
I don't understand the manual on this subject. If I have a custom field named "Price", how do I export it in a CVS file? What's the syntax? I tried {%value=price custom=true}, but that doesn't work...
Title: Re: How to export a custom field?
Post by: nostra on October 09, 2010, 09:41:03 pm
it is case sensitive, so {%value=Price custom=true}
Title: Re: How to export a custom field?
Post by: rick.ca on October 10, 2010, 12:16:57 am
{%value=Price custom="true"}

I forget every time. ;)
Title: Re: How to export a custom field?
Post by: nostra on October 10, 2010, 12:41:53 am
Quote
{%value=Price custom="true"}

I forget every time. Wink

Obviously, me too  ::)
Title: Re: How to export a custom field?
Post by: Marc on October 10, 2010, 11:10:33 am
Thank you gentlemen, that worked.
Title: Re: [SOLVED] How to export a custom field?
Post by: UtNut on April 30, 2018, 04:33:20 pm

I've tried this but I don't get the field I want.

%OPTIONS%
encoding="UTF8BOM"
replace=";<->,"
replace=""<->"
replace="#13#10<-> "
replace="#13<-> "
replace="#10<-> "
filter="CSV Files|*.csv"
%OPTIONS%
%HEAD%Title;Original Title;Criterion;
%HEAD%{%value=title};{%value=origtitle};{%value=Criterion custom=true};

So Criterion is not shown in the export .csv.

Can anyone tell me what I'm doing wrong pls.