data
Here are 9,255 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Clojure
-
Updated
Oct 15, 2021 - Jupyter Notebook
-
Updated
Oct 15, 2021
The code that generates the GREL expression for the Duplicates facet does not escape the name of the selected column.
If this name contains a single quote character, this results in an invalid GREL expression, hence the facet cannot be used as such.
To Reproduce
Steps to reproduce the behavior:
- First, import the following CSV file:
Jane's column,Jack's column
foo,bar
hey,ho
h
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Oct 21, 2021 - Scala
-
Updated
May 30, 2020
-
Updated
Oct 13, 2021
-
Updated
Sep 1, 2021 - Python
-
Updated
Oct 22, 2021 - JavaScript
If you try to create a connector without any data the Surveymonkey will throw an error:
StopIteration() for the user, which don't say anything about the problem.
We should wrap the logic and have a more meaningful message.
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Oct 22, 2021 - Python
-
Updated
Sep 20, 2021
Write more tests
While there are already lots of tests, several components are still lacking proper tests (just the one skeletal generated test). It would be nice to have tests for a lot of such components.
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 22, 2021 - Python
-
Updated
Oct 21, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Mar 1, 2021 - Rust
-
Updated
Jun 14, 2021 - JavaScript
There is a pipeline which has been consistently getting stuck on attempt to write to JDBC. The thread dump on one worker revealed a bunch of threads waiting for a new connection to be allocated:
java.lang.Thread.State: WAITING
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <45ac842e> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."
Hi, I'm trying to read a CSV file like this (
;,delimiters):What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.
Code that reads:
Result