Check if the file has a name that matches the ".csv" file extension pattern.

is_csv(file)

Arguments

file

File path.

See also

Other logical functions: is_excel()

Other csv functions: simply_read_csv(), simply_write_csv(), write_temp_csv()