forked from dodikk/CsvToSqlite
-
Notifications
You must be signed in to change notification settings - Fork 1
EmbeddedSources/CsvToSqlite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a library for parsing simple *.CSV files. The library does not fully comply to rfc4180 because we do not support quoted values. The main goal is importing *.CSV data to the SQLite database with the minimal memory footprint. Dependencies : 1. dodikk / ObjcScopedGuard git://github.com/dodikk/ObjcScopedGuard.git ----- 2. dodikk / ESLocale git clone git://github.com/dodikk/ESLocale.git ----- 3. ccgus / fmdb git clone git://github.com/ccgus/fmdb.git ----- License : BSD TODO : Make the library rfc4180 compliant. Start using davedelong / CHCSVParser for better CSV handling
About
A library to import CSV data to the SQLite database on your iPhone
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Objective-C 99.3%
- Other 0.7%