Set Separator in ExportASCII in PyOrigin Fails


Version: 2020b

Type: Bug Fixes

Category: Programming

Subcategory: Python/R

Jira: ORG-21543


Prior to 2020b, this failed to work properly:exp=Sheet.ExportASCII('D:\File.txt', cSep = '\t')

Workaround exp=Sheet.ExportASCII(r'D:\mytemp\File.txt',2,'\t')