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
I also need this feature because my CSV file has many columns. I prefer searching within headers with the key ?, which would be faster than searching inside the whole CSV file if the file is large.
Current Behavior
/
Desired Behavior
Why?
Suggestion
/
search to include headers, or?
)Minimal repro:
id,first_name,last_name,email,occupation,salary
1,John,Doe,[email protected],Engineer,75000
2,Jane,Smith,[email protected],Manager,85000
3,Bob,Johnson,[email protected],Designer,70000
^ Try to search for "email" and you will get 0 match.
The text was updated successfully, but these errors were encountered: