Import using date filtering in Step 2
-
Hi!
First apologies for my english ??
I would like to import only selected records from a file by filtering data by date field
<updated_date>2017-03-23T08:03:17.721618+00:00</updated_date>How to use XPath to filter after date greater than “2017-03-20” or compare it to system date, eg systdate-7? It is possible?
P.S.
The only thing I managed to get is a full comparison and it works
/art[updated_date[1] = “2017-03-23T08:03:17.721618+00:00”]
but other operators do not work ??
/art[updated_date[1] > “2017-03-20T08:03:17.721618+00:00”]Thx!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Import using date filtering in Step 2’ is closed to new replies.