I'm facing a problem while validating a csv file. I'm using the csvJdbc api for validating csv. But in CSV, there is a header which contains the '>' sign. When I try to use that header for validation, it throws an exception. Is there any way to use that ,like some escape character? This is the query I'm trying to run:
SELECT * FROM Temp_ where SIDE_A_IVD_BIN12(>60)>=0
SIDE_A_IVD_BIN10(50) SIDE_A_IVD_BIN11(60) SIDE_A_IVD_BIN12(>60)
0 0 0
0 0 0
0 0 0
0 0 0