Skip to content

A program, for finding all rows in a csv file matching a regular expression in a specified column.

License

Notifications You must be signed in to change notification settings

Cameo007/CSVsearcher

Repository files navigation

CSVsearcher

A program, for finding all rows in a csv file matching a regular expression in a specified column.

Moved to Codeberg

Usage

Dependencies:

  • Python3
  • PySide6

Run CSVsearcher.pyw

Library Usage example

Run searchObjByColName("exaple-file.csv", "email", "(.*)firm(1|2)")

The matching rows are in example-file-found.csv and the other rows are in example-file-rest.csv.

About

A program, for finding all rows in a csv file matching a regular expression in a specified column.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages