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
when I export key values to a csv file with justkeyvals, there is no \r\n at last line of the csv file.
this will cases the shell pipe don't know last line is finished.
The text was updated successfully, but these errors were encountered:
in order to add a "\r\n" at the end of csv file, please add the following lines in callbacks.py line 268, that is, the end of KeyValsOnlyCallback section:
def end_rdb(self): self._out.write(b'\r\n')
johnny2002
changed the title
no eof with justkeyvals
no \r\n as the of file with justkeyvals
Apr 24, 2020
johnny2002
changed the title
no \r\n as the of file with justkeyvals
no \r\n at the end of file with justkeyvals
Apr 25, 2020
when I export key values to a csv file with justkeyvals, there is no \r\n at last line of the csv file.
this will cases the shell pipe don't know last line is finished.
The text was updated successfully, but these errors were encountered: