I'm trying to read a line from a table but keep getting the error "failed to process table. line 0 is not present"
each email has to have it's own directory like this:
project directory\campaigns\(independent email)\email files here
The templates are in project directory with another file containing a file with the accounts name "accounts.txt"
so the template grabs a line from accounts at the very beginning, loads its relevant cookie and goes to the site. It's then supposed to grab a line from a file named "in process.txt" from it's relevant email directory. This is where i get the above error.
The table is set up like this: new line as line separator and | as the column separator. The file location is set up as:
{-project.directory-}\campaigns\{-variable.email-}\in process.txt
When it grabs the account details at the start, if you stop the template and check the table you can see all the lines are there (table is read) but as soon as it gets to the table processing step it spits out that error. The table processing step is set up like this:
take line from table, add to variables, variable A = url, Variable b = groupstatus and Variable c = membercount
Does anyone know if the table directory containing {-variable.email-} in the directory is the cause of this error? If so does anyone have a work around for this? It's important that each email account has it's own directory as the "in process.txt" file contains loads of urls that are nich specific and each email targets its own niche so can't be mixed up with a separate email
each email has to have it's own directory like this:
project directory\campaigns\(independent email)\email files here
The templates are in project directory with another file containing a file with the accounts name "accounts.txt"
so the template grabs a line from accounts at the very beginning, loads its relevant cookie and goes to the site. It's then supposed to grab a line from a file named "in process.txt" from it's relevant email directory. This is where i get the above error.
The table is set up like this: new line as line separator and | as the column separator. The file location is set up as:
{-project.directory-}\campaigns\{-variable.email-}\in process.txt
When it grabs the account details at the start, if you stop the template and check the table you can see all the lines are there (table is read) but as soon as it gets to the table processing step it spits out that error. The table processing step is set up like this:
take line from table, add to variables, variable A = url, Variable b = groupstatus and Variable c = membercount
Does anyone know if the table directory containing {-variable.email-} in the directory is the cause of this error? If so does anyone have a work around for this? It's important that each email account has it's own directory as the "in process.txt" file contains loads of urls that are nich specific and each email targets its own niche so can't be mixed up with a separate email