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 got told that the magellan_gxdr_v1.0_20240201_transfer_manifest_v1.0.tab file didn't have CRLF line endings. However, the Unix file command says it does:
$ file magellan_gxdr_v1.0_20240201_transfer_manifest_v1.0.tab
magellan_gxdr_v1.0_20240201_transfer_manifest_v1.0.tab: ASCII text, with very long lines (511), with CRLF line terminators
Also, opening the file in Hex Fiend shows 0D0A with 0D = CR and 0A = LF.
🕵️ Expected behavior
I expected better, frankly 😆
Just kidding. I guess I expected there to be no CRLF issues.
📜 To Reproduce
Build and install a recent Validate
Download the files in the ZIP archive (above)
Run validate --target *.xml
🖥 Environment Info
Validate-3.5.0-SNAPSHOT
macOS 14.2.1
📚 Version of Software Used
No response
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered:
For the example data cited, the record_length was incorrect, so validate was reading up to CR, and then everything gets out of whack. Closing as invalid.
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
When I ran
validate
on this set of files using this command:I got told that the
magellan_gxdr_v1.0_20240201_transfer_manifest_v1.0.tab
file didn't have CRLF line endings. However, the Unixfile
command says it does:Also, opening the file in Hex Fiend shows
![hex fiend](https://private-user-images.githubusercontent.com/814813/301616475-cc8028af-9212-4093-b785-df61f79d4be3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTA4MjMsIm5iZiI6MTczOTUxMDUyMywicGF0aCI6Ii84MTQ4MTMvMzAxNjE2NDc1LWNjODAyOGFmLTkyMTItNDA5My1iNzg1LWRmNjFmNzlkNGJlMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNTIyMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYTYwOTQ2ZTY5MGZjNTZjZDJlOTljZThhODlkZmJhMzQ4MDNlNWNmMDgxNGRiYTdjZDc0NWZhMjVhMWRmZGVlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.bq1U8vUU5u_dMI26Dnxw_Skp6ffZuViVRDDdKSKn20w)
0D0A
with0D
=CR
and0A
=LF
.🕵️ Expected behavior
I expected better, frankly 😆
Just kidding. I guess I expected there to be no CRLF issues.
📜 To Reproduce
validate --target *.xml
🖥 Environment Info
📚 Version of Software Used
No response
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered: