Commit c2e1bfd
authored
Change table component MIME type to text/csv (#1491)
With this change OMSimulator will support a subset of the proposed
MA-CSV standard for stimuli data. The proposal requires MIME type
text/csv for csv component, whereas OMSimulator previously used
application/table.
This commit ensures text/csv is used for export of SSPs. Importing SSPs
supports both the previous MIME type (to ensure compatibility with SSPs
exported in previous versions of OMSimulator) and the text/csv MIME
type.1 parent e3a3aeb commit c2e1bfd
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | | - | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
| 910 | + | |
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
| |||
0 commit comments