Skip to content

Commit c5fb443

Browse files
committed
Updating README.rst ..
1 parent c3bb69f commit c5fb443

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Sample User Apps/Modules/Scripts
290290
291291
- '**ListOfDict**' is also a commonly used ``result_model``, it looks like:
292292

293-
.. code-block:: python
293+
.. code-block:: JSON
294294
295295
[
296296
{"Column_A": value_a1, "Column_B": value_b1, "Column_C": value_c1, ... },
@@ -301,7 +301,7 @@ Sample User Apps/Modules/Scripts
301301
302302
- There is another built-in ``result_model``: '**ListOfList**', which separates the column header from the value matrix, it looks like:
303303

304-
.. code-block:: python
304+
.. code-block:: JSON
305305
306306
{
307307
"column_names": ["Column_A", "Column_B", "Column_C", ...],
@@ -313,6 +313,8 @@ Sample User Apps/Modules/Scripts
313313
]
314314
}
315315
316+
.
317+
316318
``column_mapping``
317319

318320
MDX result column headers are often not valid identifiers for most languages. The ``column_mapping`` argument is used to specify the name mapping for certain columns

0 commit comments

Comments
 (0)