Read and Decode CSV files

Hi, I am new to the Tensorflow C API. I am using Windows 10, Tensorflow V2.11.0

In tensorflow.js, the method tf.data.csv(csvFilePath, csvConfig) creates a CSV-Dataset by reading and decoding CSV file(s) from provided URL or local path. How can we do that with C++?

Please let me know.

Thank You.