@@ -86,7 +86,7 @@ exist in ``1234.json``, {+dl+} adds the ``age`` field and value to
8686.. _supported-parsing-funcs:
8787
8888Supported Parsing Functions
89- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+ ---------------------------
9090
9191.. list-table::
9292 :widths: 30 70
@@ -143,7 +143,7 @@ Supported Parsing Functions
143143.. _parse-null-values:
144144
145145Parsing Null Values from Filenames
146- ``````````````````````````````````
146+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147147
148148{+dl+} automatically parses an empty string (``""``) in the place of an
149149attribute in the file path as the BSON null value for all the {+adl+} attribute
@@ -175,7 +175,7 @@ conflicting type to documents read from |s3|.
175175.. _parse-padded-numeric-values:
176176
177177Parsing Padded Numbers from Filenames
178- `````````````````````````````````````
178+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179179
180180File path can include numeric values that are padded with leading zeros. For
181181{+dl+} to correctly parse padded numeric values for attribute types like
@@ -204,28 +204,6 @@ the value using regular expressions.
204204
205205 /users/{user_id int:\\d{3}}
206206
207- Default Partition Attribute Type
208- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209-
210- The partition attributes in the
211- :datalakeconf:`~databases.[n].collections.[n].dataSources.[n].path` defaults to
212- string if you don't set a different data type.
213-
214- .. example::
215-
216- Suppose a path similar to the following:
217-
218- .. code-block:: none
219- :copyable: false
220-
221- /employees/{startDate}
222-
223- ``startDate`` is interpreted as a string.
224-
225- .. seealso::
226-
227- :ref:`datalake-path-attribute-types`
228-
229207.. _datalake-path-syntax-egs:
230208
231209Examples
0 commit comments