pub fn normalize(source: &str, bytes: &[u8]) -> Result<RecordSet, AxError>
Normalizes bytes from logical source into a RecordSet, resolving the format by extension then content sniff.
bytes
source
RecordSet