Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Constants for filenames #103

Open
erwanlenagard opened this issue Oct 18, 2016 · 0 comments
Open

Constants for filenames #103

erwanlenagard opened this issue Oct 18, 2016 · 0 comments

Comments

@erwanlenagard
Copy link

Hi Ben,

Would it be possible to use constants for naming files ? For instance, i would like to compare several brands so I wanted to export 1 file per brand. When I execute pepp I get a parsing error.

`{
"subtype_"+brand_1+"__a":[
{
"id":brand_1+"_status_fr",
"target":"li.subtype",
"threshold":10,
"filter":f_brand_1_status_fr,
},
{
"id":brand_1+"_status_HF",
"target":"li.subtype",
"threshold":10,
"filter":f_brand_1_status_HF,
},

    {
      "id":brand_1+"_engagements_fr",
      "target":"li.subtype",
      "threshold":10,
      "filter":f_brand_1_eng_fr,
    },
    {
      "id":brand_1+"_engagements_hf",
      "target":"li.subtype",
      "threshold":10,
      "filter":f_brand_1_eng_HF,
    }
  ]  
},`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant