New to Azure data factory. We have .CSV file, we need to use ODATA and load to Snowflake table. I created 2 datasets, 2 linked services and 1 1 pipeline.
I loaded the data to Snowflake table with screenshot attached
The issue which iam facing now is, one comment column is there. DATE format "DD/MM/YYYY."
The date column is coming as NULL in output.
When i view the data in source, the date value able to see, but in Derived expression builder, the date value is NULL The flow is Odata - > Blob Storage (JSON) JSON -> Derived -> Target
Any help would be appreciated.
Thanks,