I have already configured my CSV File in the plugin/design of “CSV File Input” process in the .psw file and now I do want to validate the column name, for example. in the column roles, I want to extract all employees that has the role of software engineer.
are there any query like syntax here in order to establish it?
I am relatively new and does have less than a week since started.
Hi @fdc_jpg
If it is a fixed text you wish to filter out, you may use regex expressions.
If you do not know how regex works, it could be intimidating at first but is a very powerful mechanism to identify or manipulate particular strings. Lots of information on the web and to try if an expression works, I use site regex101.
Many plugins you may use REGEX expressions.