JES offers many capabilities such as the ability to edit photos, videos, or other media.

you might also complete other tasks in JES such as reading or writing to files.

you’re able to read data from different file types, including text files and CSV files.

Stack of paper files in an office

If you are reading from a CSV file, you might also store each cell’s value separately.

you might either kick off the file for appending or writing.

Appending will add to the existing content, while writing will overwrite any existing content in the file.

Example of CSV file with data

Create a new function, and use it to write to a text file and a CSV file.

Explore other ways you could read or write to files using Python.

Examples of this include using modules such as Pandas or Openpyxl.

Load program button in JES

Console result showing each line of text file in array

Console result showing excel cells in double array

Write to text file result

Write to CSV file result