I need to read a directory containing a number of csv files .
I need to read ONLY those files such as : ABC*.csv
or XYZ*.csv
Was trying as per this link here
However when I tried it in postman it gave no results :
^(ABC|XYZ).*?\\.csv$")
I know this is a very simple check but am struggling with it ...
Edit1 : This is a simple Java application and does not involve R ( linked question )
Edit2 : here is the screenprint of what I am trying in notepad++