mapshaper icon indicating copy to clipboard operation
mapshaper copied to clipboard

missing end-of-line

Open pavel-411 opened this issue 3 years ago • 2 comments

it looks to me than there is missing end-of-line for the last record for at least in TSV output file - there is just end-of-file but no end-of-line for the last line

pavel-411 avatar Oct 06 '20 17:10 pavel-411

According to RFC-4180, "The last record in the file may or may not have an ending line break." (https://tools.ietf.org/html/rfc4180). Is the missing EOL causing problems in a program that you're using?

mbloch avatar Oct 06 '20 17:10 mbloch

Thanks a lot for quick response. Yup - we use bash scripts which as we have found not working properly. It’s possible to modify them - i just didn’t know it’s correct behavior, I thought it should be there. Have a nice day/evening :-) Pavel

Sent from mobile

On 6. 10. 2020, at 19:48, Matthew Bloch [email protected] wrote:

 According to RFC-4180, "The last record in the file may or may not have an ending line break." (https://tools.ietf.org/html/rfc4180). Is the missing EOL causing problems in a program that you're using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

pavel-411 avatar Oct 06 '20 20:10 pavel-411