2.0.15.286
2022-10-28
Added support for adding Custom Functions at Lens startup using the config variables
CUSTOM_FUNCTION_JAR_URL
andCUSTOM_FUNCTION_TTL_URL
...
2.0.14.283
2022-10-18
Added the ability to specify a specific mapping file to be used when processing an input file
For example:
http://localhost:8080/process?inputFileURLs=file:///tmp/sflens/input-123.json&logicalSources=input.json&mappingFileURL=file://tmp/sflens/mapping/mapping.ttl
...