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 only thing emitted for fix check -F CSV is a single File column. The CSV serializer ignores the dictionary of problems and results.
The correct approach is probably to denormalize the records (so that multiple records are emitted for each file, one for each problem checked). However, this is not easy to within the current record writer framework.
The text was updated successfully, but these errors were encountered:
The only thing emitted for
fix check -F CSV
is a singleFile
column. The CSV serializer ignores the dictionary of problems and results.The correct approach is probably to denormalize the records (so that multiple records are emitted for each file, one for each problem checked). However, this is not easy to within the current record writer framework.
The text was updated successfully, but these errors were encountered: