GoogleCloudPlatform / healthcare-data-harmonization

This is an engine that converts data of one structure to another, based on a configuration file which describes how. There is an accompanying syntax to make writing mappings easier and more robust.
https://cloud.google.com/solutions/healthcare-life-sciences
Apache License 2.0
198 stars 64 forks source link

Function to transform number to string #33

Open CunliangGeng opened 2 years ago

CunliangGeng commented 2 years ago

Is there a way to transform e.g. a number to string? If not, do you have a plan to create a new builtin ($ToStr?) for that? Thanks