ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB:
When importing or loading a CSV into an enterprise geodatabase standalone table:
There are dates stored as text like this in the CSV (8 date fields): [edited]
Right now, my current workflow to get the text into proper date fields is:
That's cumbersome. Parsing dates using code is difficult and risky for non-experts. Instead of needing to convert text to dates using code, I'm wondering if GP tools like Table to Geodatabase could do the conversion, possibly using AI/machine learning. Right in the Table to Geodatabase or Append GP tool as a single step, not in a separate GP tool after the fact. And without explicitly defining the date format with MMM DD, YYYY, T:TT TT.
I'm inexperienced with AI/machine learning, but if systems like ChatGPT can convert a textual table to SQL INSERT statements, then I'm wondering if a similar AI mechanism in Pro could convert text to dates, too. Or maybe AI isn't needed, but it could be done automatically with functions or regular expressions within the GP tool instead.
What tool are you using to transfer your data from the CSV to a standalone table?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.