Skip to Content
FASTSUITE E2API ReferencePython APIFunctionsFunctions

Functions

This function loads a CSV file. After loading, you can access the different cells.

Attention: If you load another file, any cells obtained via GetCell() are no longer valid. Copy the cell values before loading a new CSV file.

GetCsvParser

  • GetCsvParser(filepath)
    • filepath — File path with .csv extension
    • returnsACENCsvParser object
from CENCsvParser import * def PostTechInitAttributes(TechAttribInitOperator): csvParser = CENOlpOperator.GetCsvParser()
Was this page helpful?