From dfdac356af197d63a1fe2562677928fca1bef713 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 2 Apr 2010 02:49:18 -0300 Subject: [PATCH] added missing default values to file xporter doc --- docs/topics/item-pipeline.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/item-pipeline.rst b/docs/topics/item-pipeline.rst index a72b285c3..1662b7b9e 100644 --- a/docs/topics/item-pipeline.rst +++ b/docs/topics/item-pipeline.rst @@ -210,6 +210,8 @@ The name of the item fields that will be exported. This will be use for the EXPORT_EMPTY ^^^^^^^^^^^^ +Default: ``False`` + Whether to export empty (non populated) fields. This will be used for the :attr:`~BaseItemExporter.export_empty_fields` Item Exporter attribute. @@ -218,6 +220,8 @@ Whether to export empty (non populated) fields. This will be used for the EXPORT_ENCODING ^^^^^^^^^^^^^^^ +Default: ``'utf-8'`` + The encoding to use for exporting. Ths will be used for the :attr:`~BaseItemExporter.encoding` Item Exporter attribute.