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
In the process of parsing, extra filtering should be done if desired. Extra filtering shall be flexible and customizable.
Following paragraph of @xaph further describes this need:
To strip series and video games I apply following to final movies tsv file.
grep -v '(""' imdb.sql | grep -v '(VG)' | grep -v "(TV)" | grep -v "(V)" | grep -v "{" | grep -v "????" > imdb_son.sql
This grep should not be necessary at all since custom filter should be enough for this job.
The text was updated successfully, but these errors were encountered:
In the process of parsing, extra filtering should be done if desired. Extra filtering shall be flexible and customizable.
Following paragraph of @xaph further describes this need:
This
grep
should not be necessary at all since custom filter should be enough for this job.The text was updated successfully, but these errors were encountered: