I have a CSV which I'm loading through mlcp. How to add a column with one string value of my choice during ingestion? What transform functions to use and how?
EDIT: I will be using JS to write transformations. The basic workflow is:
Write and load the JS transform into modules db using query console/curl.
Call the transformation func with mlcp while loading the data from CSV which then gets converted to JSON documents into contents db.