Hi Bojan,
Very nice…
there’s a small change in the requirement. Need to consider Date Time as well when comparing. if the Text matched is in the past then latest, then need to be added to the Line Num. If the Text matched is the latest, then need to ignore.
Wondering how to get the latest of the 2 in this case, any pointers?
Any help is greatly appreciated.
Thanks
Manohar
{
"@type": "array",
"order-line": [
{
"line-num": "00010",
"attachments": {
"@type": "array",
"attachment": {
"type": "AttachmentText",
"datetime": "2021-07-04 18:20:10",
"text": "Testing the Long Text Documents"
}
}
},
{
"line-num": "00020",
"attachments": {
"@type": "array",
"attachment": [
{
"type": "AttachmentText",
"datetime": "2021-07-04 18:20:20",
"text": "This is the Third time being sent.\n\nIn our continuing efforts to reduce transportation costs and increaseefficiency Clearway Energy Inc. has contracted Malark Logistics andjointly developed the following routing instructions. Please complywith the following instructions. Failure to comply will result inescalating non-compliance fees beginning at $50.00 per shipment andreaching $250 plus freight costs for subsequent violations.\n"
},
{
"type": "AttachmentText",
"datetime": "2021-07-04 19:40:21",
"text": "This is the second time being sent.\n\nIn our continuing efforts to reduce transportation costs and increaseefficiency Clearway Energy Inc. has contracted Malark Logistics andjointly developed the following routing instructions. Please complywith the following instructions. Failure to comply will result inescalating non-compliance fees beginning at $50.00 per shipment andreaching $250 plus freight costs for subsequent violations.\n"
}
]
}
}
]
}