I have a SQL Server Database that has 156 tables.
I need to extract the schema for each table and table names into a CSV.
I know one way is to add all 156 tables to the workbench as separate Readers and then use FeatureReader (with Features to Read set to Schema Features). This could be a start, but it seems rather tedious.
Is there a better way? I want to write to a CSV that has the attributes in one column and the table names in another column.
Any thoughts on the best way to tackle this?


