I have a use case to accept multiple values for a property from the user and generate multiple schema files based on the input. Is there a way to accept dynamic values from users and access these passed values in template files?
ex:
schema_names: s1, s2, s3 (multiple values separated by a comma)
Is there a way to split these values and access them in the template files? Ideally, I want to generate s1.scala, s2.scala, s3.scala files.