Skip to content

Rows added where field has \n adds multiple rows #28

@userlerueda

Description

@userlerueda

I am experiencing a problem where adding a row that has strings with \n in them will produce more rows in the table.

e.g.
Adding the following row:

[u'change hostname', u'hostname', [], u'validator1', u'12345678', [], u'this is a text\n\n\n\n\n\n\n\n\n\n']

Produces a table with multiple lines:

+-----------------+--------------+------------+------------+------------+-----------+----------------+
|   description   | templateName | tenantList | validators | templateId | sitesList |    payload     |
+-----------------+--------------+------------+------------+------------+-----------+----------------+
| change hostname |   hostname   |     []     | validator1 |  12345678  |     []    | this is a text |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
|                 |              |            |            |            |           |                |
+-----------------+--------------+------------+------------+------------+-----------+----------------+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions