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
The catalog builder wrapper accepts two arguments: an input path where data is stored and an output path to which the final CSV file will be generated.
In order to overwrite any existing CSV file at the given output path, the '--overwrite' flag can be used.
In order to append any existing CSV file at the given output path, the '--append' flag can be used.
The following example generates a sample catalog called ‘output.csv’ to the home directory: