This commit is contained in:
gowthaman.b 2023-06-21 17:53:23 +05:30
parent d171652b2a
commit 4c8de7dcf5

View File

@ -82,8 +82,7 @@ class JsonToCsv:
if len(not_found) > 0:
if args.verbose >= 1:
print(
f"added new cols {', '.join(not_found)} to {tbl}, already present {tbl_cols}, want {col_names}")
print(f"added new cols {', '.join(not_found)} to {tbl}")
new_cols = list(tbl_cols)
for new_col in not_found: