File Format Question

Discussion in 'A-Parser Support Forum' started by scrapefun, Jan 12, 2017.

  1. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    184
    Likes Received:
    34
    I need to change the format of my "failed" query file.

    My queries are setup like this:
    [​IMG]

    And my failed query file is setup like:
    [​IMG]

    With this setup it includes all the components of my query in the failed file but I would like to drop the last part "dir" from being included in the failed query file. How would I go about this?

    Thanks!
     
  2. Forbidden

    Forbidden Administrator
    Staff Member A-Parser Enterprise

    Joined:
    Mar 9, 2013
    Messages:
    3,337
    Likes Received:
    1,793
    You can replace query.orig _ "\n" with:
    Code:
    "$query.tld;$query.gl;$query.hl;$query.id;$query.kw\n"
     
    scrapefun likes this.
  3. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    184
    Likes Received:
    34

Share This Page