carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

Specify date format of MappedDataTable #2

Closed augustearth closed 4 years ago

augustearth commented 4 years ago

MappedDataTable in the base dataAdd(Map) method formats dates as per the default SqlUtils date format, which is not the same as the default SQLServer date format. Add an option to specify the data format to use so that the date strings in MappedDataTable match the default format of SQLServer enabling easy data upload via standard SQLServer clients.