Author Topic: [SOLVED] How to export a custom field?  (Read 5859 times)

0 Members and 2 Guests are viewing this topic.

Offline Marc

  • Member
  • *
  • Posts: 23
    • View Profile
[SOLVED] How to export a custom field?
« 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...
« Last Edit: October 10, 2010, 11:43:33 pm by rick.ca »

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: How to export a custom field?
« Reply #1 on: October 09, 2010, 09:41:03 pm »
it is case sensitive, so {%value=Price custom=true}
Gentlemen, you can’t fight in here! This is the War Room!

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: How to export a custom field?
« Reply #2 on: October 10, 2010, 12:16:57 am »
{%value=Price custom="true"}

I forget every time. ;)

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: How to export a custom field?
« Reply #3 on: October 10, 2010, 12:41:53 am »
Quote
{%value=Price custom="true"}

I forget every time. Wink

Obviously, me too  ::)
Gentlemen, you can’t fight in here! This is the War Room!

Offline Marc

  • Member
  • *
  • Posts: 23
    • View Profile
Re: How to export a custom field?
« Reply #4 on: October 10, 2010, 11:10:33 am »
Thank you gentlemen, that worked.

Offline UtNut

  • User
  • ***
  • Posts: 74
    • View Profile
Re: [SOLVED] How to export a custom field?
« Reply #5 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.
1984 was NOT supposed to be an instruction manual

 

anything