You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
But it always returns null in the Timestamp field. Also, I've tried searching for a method representing that option in the XMLReader but I couldn't find any.
It would be really great if you could add setting the timestamp as an option while reading the XML files, if it's not already there :)
Hi,
Is there a way to set the timestamp format as an option, like we do in reading the
csvfiles, thetimestampFormatoption?I've tried setting it using the following code
But it always returns null in the
Timestampfield. Also, I've tried searching for a method representing that option in theXMLReaderbut I couldn't find any.It would be really great if you could add setting the
timestampas an option while reading the XML files, if it's not already there :)