Connecting arduino pro to 9dof imu/datalogger?

I am trying to use the arduino to get signal data from various actuators and would like to print this data to the csv created by the datalogger. How do I do this?

https://docs.sparkfun.com/SparkFun_Data … readsheet/

Im not using an arduino cloud device. Just the regular arduino pro

csv created by the datalogger

What datalogger and what csv?

An Arduino cannot directly write to a file on a host PC.

The 9dof imu/datalogger https://www.sparkfun.com/products/20594 automatically saves data to a csv. I would like to also include arduino data in this csv