You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: