Skip to content

Instantly share code, notes, and snippets.

@horothesun
Created September 30, 2022 08:47
Show Gist options
  • Save horothesun/e556462e3f993134bf1330795549f4ee to your computer and use it in GitHub Desktop.
Save horothesun/e556462e3f993134bf1330795549f4ee to your computer and use it in GitHub Desktop.
CSV filtering
user_id name phone
annoyingPrefix_001 Alice 07782123456
annoyingPrefix_002 Bob 07798765432
annoyingPrefix_003 Carl 07711928374
user_id name phone
annoyingPrefix_001 Alice 07782123456
annoyingPrefix_003 Carl 07711928374
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
user_id
000
002
111
222
333
444
555
666
777
888
999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment