convert_edat3_to_text

bidsaid.parsers.convert_edat3_to_text(edat_path, dst_path=None, format='csv', return_dst_path=True)[source]

Converts a file with an “edat3” extension to a text file.

Important

  • Only works with Windows platforms with E-Prime 3 installed.

edat_pathstr or Path

Path to the E-Prime file with an “edat3” extension.

dst_pathstr or Path, default=None

Path to the output text file that the edat3 file will be converted to. If None, the text file will be saved in the same folder as the edat3 file.

format:obj:`Literal[“csv”, “tsv”], default=”csv”

The file extension.

return_dst_pathbool, default=True

Returns the destination path if True.

Returns

Path or None

Returns the destination path if return_dst_path is True.