WPIntell

Source evidence

Value outside the item

WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets · support · 2025-08-19T07:27:00+00:00

mixedsentiment
mediumseverity
0.84relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Saskia resolved
Hello, first of all, thank you very much for this brilliant plugin. However, I have a problem that I currently cannot find a solution for. The structure of my XML for import looks like this: <meals> <tag timestamp="1752444000"> <item> <title>Gurken-Melonensalat</title> <description/> </item> <item> .... During mapping, everything within the item is displayed. Is there any way to include the timestamp value from the tag for each item in this list? Best regards Hi @sassia2000 , Select the ‘meals’ element to include the timestamp. (see: https://jumpshare.com/s/o24PWcyqVCgw9ZDF5sMd ) @sassia2000 – the screencast somehow got deleted, here it is again: https://vimeo.com/1112602068 This reply was modified 9 months, 1 week ago by Rizwan . This reply was modified 9 months, 1 week ago by Rizwan . Hey @sassia2000 , If you’re selecting the “item” element when creating filters, I’m afraid there’s no stable/reliable way to include the timestamp. You can try manually typing in the XPath “/meals/item”, and then use this to access the timestamp: {../tag/@timestamp} But, this causes the entire file to be loaded into memory, which can lead to stability issues.

Comments

3 shown
Rizwan 2025-08-22T11:35:00+00:00

Hi @sassia2000 , Select the ‘meals’ element to include the timestamp. (see: https://jumpshare.com/s/o24PWcyqVCgw9ZDF5sMd )

Rizwan 2025-08-23T23:24:00+00:00

@sassia2000 – the screencast somehow got deleted, here it is again: https://vimeo.com/1112602068 This reply was modified 9 months, 1 week ago by Rizwan . This reply was modified 9 months, 1 week ago by Rizwan .

Trey 2025-09-02T17:07:00+00:00

Hey @sassia2000 , If you’re selecting the “item” element when creating filters, I’m afraid there’s no stable/reliable way to include the timestamp. You can try manually typing in the XPath “/meals/item”, and then use this to access the timestamp: {../tag/@timestamp} But, this causes the entire file to be loaded into memory, which can lead to stability issues.