equal
deleted
inserted
replaced
3 .. _dataimport: |
3 .. _dataimport: |
4 |
4 |
5 Dataimport |
5 Dataimport |
6 ========== |
6 ========== |
7 |
7 |
8 *CubicWeb* is designed to manipulate huge of amount of data, and provides utilities to do so. |
8 *CubicWeb* is designed to easily manipulate large amounts of data, and provides |
|
9 utilities to make imports simple. |
9 |
10 |
10 The main entry point is :mod:`cubicweb.dataimport.importer` which defines an |
11 The main entry point is :mod:`cubicweb.dataimport.importer` which defines an |
11 :class:`ExtEntitiesImporter` class responsible for importing data from an external source in the |
12 :class:`ExtEntitiesImporter` class responsible for importing data from an external source in the |
12 form :class:`ExtEntity` objects. An :class:`ExtEntity` is a transitional representation of an |
13 form :class:`ExtEntity` objects. An :class:`ExtEntity` is a transitional representation of an |
13 entity to be imported in the CubicWeb instance; building this representation is usually |
14 entity to be imported in the CubicWeb instance; building this representation is usually |