JanX2 / cCSVParse

Small Cocoa CSV file parser (see link for the official repository on github).
https://github.com/JanX2/cCSVParse
Other
31 stars 41 forks source link

Contains special characters(Место изÐ) instead of expected ones. #4

Open nagarajavrao opened 5 years ago

nagarajavrao commented 5 years ago

Prorper Data This is what expected

<__NSArrayM 0x60000084a380>( 11/14/2018 11:57:01.047 AM, 455 mmHg, 445 mmHg, 454 BPM, 70.0 kgs, 10 mmHg, 448.3 mmHg, Tags: Before Medication

Measurement Location: Seated

Measurement Site: Left Leg

Notes: Sgr

, Before Medication )

Improper Data But sometimes getting this

(lldb) po [csvArray objectAtIndex:i] <__NSArrayM 0x600000650ad0>( 11/14/2018 10:41:15.380 ДП, 181 mmHg, 181 mmHg, 181 BPM, 70.0 кг, 0 mmHg, 181.0 mmHg, Метки: After Blood Pressure Medication

Поза измерения: Лежа

Место измерения: Левая нога

Примечания: Regh

, After Blood Pressure Medication )

nagarajavrao commented 5 years ago

bug might be in parseInto(). could you help?

JanX2 commented 3 years ago

@nagarajavrao I know, this is an issue you opened long ago. Do you still have the CSV file this happened with? If not, I’m going to close this issue. Without seeing the raw file I’d have a hard time determining what might’ve happened back then.