atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Data of text type is not shown in change using tabular format #550

Closed sirex closed 3 months ago

sirex commented 7 months ago
d | r | b | m | property | type    | ref | access
example                  |         |     |
  |   |   | Country      |         | id  |
  |   |   |   | id       | integer |     | open
  |   |   |   | name     | text    |     | open
  |   |   |   | name@lt  | string  |     | open
  |   |   |   | name@en  | string  |     | open
http GET "$SERVER/$DATASET/Country/:changes/-10?format(ascii)"
_cid  id  name
----  --  ----
1     1   ∅
2     2   ∅

Instead of single name, all languages should be shown name.lt and name.en.

This also happens in HTML format. JSON works OK.

Related