Parse additional
.gen
data either from a file or from a string. When parsing is successful, the corresponding objects are exported to the backend.Parameters:
- file|string
- Specify if parsing from a file or from a string.
- data
- When parsing from a file, data is the file name. When parsing from a string, data is the string to be parsed.