Hello, I have problems while doing a datamapping for a pdf file. Since it’s a invoice with multiple source codes, the codes look like the following example:
JJA- SI335/42522414214213
So I have 2 questions in this case:
- Since I already created a repeat step to capture the full source code by position, say I already set the name of the field as [“fullSourceCode”], how should I call the string in another field? I tried the following code but it didn’t work.
record.tables.detail[“fullSourceCode”];
- Since I only need the number after the delimiter ‘/’, so may I ask how to split the full string into a new field in the table?
I am completely new to Planet press and JavaScript, sorry in advance for the noob questions, and any help would be greatly appreciated.
Many thanks.