Appendix - About Processing

You can write expressions to process your data before indexing. Data Factory Studio applies these expressions to each line of the source file, like a map function.

Important:
  • Source files have to contain a header. Data Factory Studio uses this header to map columns with index properties.
  • Expressions do not support the Geometry.ofWkt() and Geometry.toWkt() builtin functions.
  • To insert comments in your expression, use /* */ and not //

This page discusses:

See Also
Configuring the Ingestion Pipeline
Configuring the Data Storage
Appendix - About Sources