Created
September 29, 2025 11:19
-
-
Save MarkPryceMaherMSFT/3d339e6aaf3786b9e092a378b70d3bd9 to your computer and use it in GitHub Desktop.
json mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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