Preprocess tasks
Last updated
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
These tasks are executed before the SnowConvert migration. This can be useful to improve the parsing process.
This task splits the input code top-level objects into multiple files. The containing folders would be organized following the next hierarchy:
Input
Output
Assume that the name of the files is the name of the top-level objects in the input files.
Inside the "schema/database name" folder, should be as many files as top-level objects in the input code. Also, it is possible to have copies of some files when multiple same-type top-level objects have the same name. In this case, the file names will be enumerated in ascending order.
In order to identify the top-level objects, they need a tag in a comment before the declaration.
The tag should follow the next format:
<sc-top_level_object_type>top_level_object_name</sc-top_level_object_type>
You can follow the next example: