You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered the problem with the separator command line option --sep ;, which does not work. -s ; works fine. Example .bat file below.
:: this works
tracy-csvexport.exe --self -s ; snap-new.tracy > snap-new.csv
:: this does not work
tracy-csvexport.exe --self --sep ; snap-new.tracy > snap-new.csv