-
Getting this error:
`Uncaught TypeError: Data should be a "String", "Array of arrays" OR "Array of objects" `
when I'm providing a function to CSVLink data attribute following "Async + data function…
-
The spec does say Array[?] is allowed so this should work.
Tested on: d9b9262 and release 35
Test wdl:
```wdl
version 1.0
workflow Test {
input {
}
# This fails currently
…
-
```
What steps will reproduce the problem?
1. Put this string in a variable:
{"total_rows":36778,"offset":26220,"rows":[
{"id":"6b80c0b76","key":"a@bbb.net","value":{"entryid":"81151F241C2500","subje…
-
```
What steps will reproduce the problem?
1. Create a 2-d array, such as:
Dim arr(0 to 1, 0 to 1) as String
arr(0, 0) = "a"
arr(0, 1) = "b"
arr(1, 0) = "c"
arr(1, 1) = "d"
2. Try to convert to JSON…
-
```
What steps will reproduce the problem?
1. Put this string in a variable:
{"total_rows":36778,"offset":26220,"rows":[
{"id":"6b80c0b76","key":"a@bbb.net","value":{"entryid":"81151F241C2500","subje…
-
```
What steps will reproduce the problem?
1. Create a 2-d array, such as:
Dim arr(0 to 1, 0 to 1) as String
arr(0, 0) = "a"
arr(0, 1) = "b"
arr(1, 0) = "c"
arr(1, 1) = "d"
2. Try to convert to JSON…
-
```
What steps will reproduce the problem?
1. Put this string in a variable:
{"total_rows":36778,"offset":26220,"rows":[
{"id":"6b80c0b76","key":"a@bbb.net","value":{"entryid":"81151F241C2500","subje…
-
```
What steps will reproduce the problem?
1. Create a 2-d array, such as:
Dim arr(0 to 1, 0 to 1) as String
arr(0, 0) = "a"
arr(0, 1) = "b"
arr(1, 0) = "c"
arr(1, 1) = "d"
2. Try to convert to JSON…
-
```
What steps will reproduce the problem?
1. Put this string in a variable:
{"total_rows":36778,"offset":26220,"rows":[
{"id":"6b80c0b76","key":"a@bbb.net","value":{"entryid":"81151F241C2500","subje…
-
```
What steps will reproduce the problem?
1. Create a 2-d array, such as:
Dim arr(0 to 1, 0 to 1) as String
arr(0, 0) = "a"
arr(0, 1) = "b"
arr(1, 0) = "c"
arr(1, 1) = "d"
2. Try to convert to JSON…