-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
body file output contains extra tab at the end of each line #20
Comments
Perhaps try the of vs crlf switch or just trim the end of the line? Why body file at all, out of curiosity |
mftecmd --blf worked, but the outputfile name is enclosed in single quotes. I am using the body file to feed the records to this time filter: |
You can use bodyf to supply your own. Why does single quotes matter |
The name does not matter, every other output file name is without the quotes, so just for the consistency. Anyway my problem is fixed by LF switch. Thank you for pointing that out to me. And have a good rest of your day |
i dont see anywhere in the code that a \t would be inserted. nor do i see anywhere where single quotes would end up around the csv file name |
I did more testing this morning and the filename in the single quotes is my shamble. As for the tabs, I will do more testing if I can narrow it down. |
Hi Eric,
I parsed MFT table into the body file format and the output contains /t at the end of each line.
Is this intentional, and if so would it be possible to suppress it via cli switch?
MFTECmd version 1.2.2.1
Command line: -f ./$MFT --body /home/ubuntu/DATA/export/ --bdl c
sampleMFT.body.zip
Thank you and have a good day
The text was updated successfully, but these errors were encountered: