Truncated text when extracting long strings
#19
by
its-michael
- opened
NuExtract works great for my use case, however when I extract really long strings (in my specific case the string is between 120 and 200 characters) the string is truncated in the JSON output.
Here's an example:
Original string in input text is:
ID:
Name: "ias_ADS_uu_per_none_11-02-2025_Q4_sdip_any_ba_5743892_12931371092_Coca_Cola Feb 11-21st 25 PER_none_loremi_eu_awe_Coca Cola Feb 11-21st 25 PER"
...
output JSON is:
{
"id": "X1892HS9",
"name": "ias_ADS_uu_per_none_11-02-2025_Q4_sdip_any_ba_5743892_12931371092_Coca_Cola Feb 11-21st 25 PER_none_loremi_eu_GOP"
...
}
As you can see the string is accurate and truncated and then there's a token from somewhere else in the input text.
How can I avoid that?
its-michael
changed discussion status to
closed