Skip to content
#

data

Here are 6,634 public repositories matching this topic...

sheetjs
wetneb
wetneb commented Aug 28, 2020

Is your feature request related to a problem or area of OpenRefine? Please describe.

When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).

![image](https://user-images.githubusercontent.com/309908/91545213-1a244a80-e921-11ea-

kellen
kellen commented Aug 26, 2020

When using e.g. AvroSortedBucketIO, if a file pattern is passed as part of the input path, scio should output a helpful error message. Current behavior in 0.9.3 leads to a NullPointerException.

val myEntityPaths: List[String] = List(
  "gs://bucket/dir1/*.avro",
  "gs://bucket/dir2/*.avro",
)
sc.sortMergeCoGroup(
  classOf[String],
  AvroSortedBucketIO
    .read(new TupleTag[MyE

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.