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
Expand convert_csv_to_mt.py script to convert CSV input files into HCC (as implemented as part of GH-77). So -f parameter should accept the new hcc format (similar as it works for other hst/fxt formats).
codemill$120
The text was updated successfully, but these errors were encountered:
The script is already generating the file, I am now finishing the
writing of the headers (with the offset of the data and the number of
lines). I also started writing some tests with unittest. For this I had
to move some parts of the script to functions, so must also check that
did not cause side effects in the other options. Checking all this, I
send the PR to you test too. I hope to finish in the maximum tomorrow
morning (my time now is Mon, 17 Oct 2016 14:18:34 -0200).
Expand
convert_csv_to_mt.py
script to convert CSV input files into HCC (as implemented as part of GH-77). So-f
parameter should accept the newhcc
format (similar as it works for other hst/fxt formats).codemill$120
The text was updated successfully, but these errors were encountered: