convert_edat3_to_text
- bidsaid.parsers.convert_edat3_to_text(edat_path, dst_path=None, format='csv')[source]
Converts a file with an “edat3” extension to a text file.
Important
Only works with Windows platforms with E-Prime 3 installed.
- edat_path
strorPath Path to the E-Prime file with an “edat3” extension.
- dst_path
strorPath, 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.
Returns
- Path
Returns the destination path.