Need help with a test case

I have a website
here i do a filter and data will be displayed in the form of rows and now the data will be exported into a csv .
Task: now i need to compare the data present on the web is the same as in the exported csv file column by column to make sure that the data exported is same. kindly help me with this .

Thanks in advance

Here are three links that should help …

Read from the CSV:
Read data from excel file or csv in Custom keyword - Katalon Studio / General Discussions - Katalon Community

Read from the form of rows:
How to handle Web Tables | Katalon Docs

Comparing the values of the CSV and the form of rows:
[Common] Verify Match | Katalon Docs