Create and update validation currently uses IsNullOrEmpty for LineTerminator. A whitespace-only value can be persisted and later breaks file splitting during processing. Validation should reject whitespace-only values, or normalize them before persistence, in both create and update flows.
Create and update validation currently uses IsNullOrEmpty for LineTerminator. A whitespace-only value can be persisted and later breaks file splitting during processing. Validation should reject whitespace-only values, or normalize them before persistence, in both create and update flows.