Changeset 311730f
- Timestamp:
- 11/24/11 12:41:36 (18 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- d4c2dd3, e9ecf46, 05521ce
- Parents:
- 7f64dfe
- git-author:
- yomguy <yomguy@…> (11/24/11 12:41:36)
- git-committer:
- yomguy <yomguy@…> (11/24/11 12:41:36)
- File:
-
- 1 edited
-
tools/scripts/telemeta-crem-import.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/scripts/telemeta-crem-import.py
re617ec5 r311730f 107 107 csv_data = csv.reader(open(csv_file), delimiter=';') 108 108 for row in csv_data: 109 rows[row[1] ] = row[0]109 rows[row[1].strip()] = row[0].strip() 110 110 msg = collection + ' import du fichier CSV de la collection' 111 111 self.logger.info(collection, msg[:70])
Note: See TracChangeset
for help on using the changeset viewer.
