Skip to content

Instantly share code, notes, and snippets.

@MarkPryceMaherMSFT
Created September 29, 2025 11:19
Show Gist options
  • Save MarkPryceMaherMSFT/3d339e6aaf3786b9e092a378b70d3bd9 to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/3d339e6aaf3786b9e092a378b70d3bd9 to your computer and use it in GitHub Desktop.
json mapping
@json('
"translator": {
"type": "TabularTranslator",
"mappings": [
{
"source": {
"name": "t",
"type": "DateTime",
"physicalType": "datetime"
},
"sink": {
"name": "t",
"physicalType": "datetime2",
"precision": 6
}
}
]
}
')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment