Export to CSV#

Description:

Export a table to a csv file

Function:

Export_CSV(table = string, FilePath = string, file_name = string)

Parameters:

  • Table: Table name on which to perform function

  • File Path: Enter the filepath of the file you would like to export to Note: add no at the end

  • File Name: Name of the file

Example:

Export_CSV(table = Budget, FilePath = "C:\Your\File\Path", file_name = "Budget")