-
**Describe the bug**
The existing form to submit a new UIPA request looks something like this:
![Image](https://github.com/CodeWithAloha/uipa/assets/15609358/43c86e59-79eb-4d19-8227-bc73ebccb0d0)
W…
-
e.g.
```sh
# Current
$ cat ~/paths.txt | paynt '0//home/red'
# If implemented
$ cat ~/paths.txt | paynt '0:/home:red'
```
This makes it so that if a regex pattern contains a slash, it can be …
-
Hi, I'm converting a file containing a `;` character in a cell, and the resulting CSV is broken because that's the delimiter character.
A good rule would be to wrap the text value with double quotes …
-
### Is your feature request related to a problem?
It's less of a problem than it's a more creative solution- It's easier to work with spreadsheets for things like localization, but my text sometimes …
-
**Is your feature request related to a problem? Please describe.**
Can't choose csv delimiter on pulse (comma default)
**Describe the solution you'd like**
Possibility to choose CSV delimiter in Ad…
-
Spring Boot currently includes a [DelimitedStringToArrayConverter](https://github.com/spring-projects/spring-boot/blob/v2.1.4.RELEASE/spring-boot-project/spring-boot/src/main/java/org/springframework/…
-
### Is your feature request related to a problem?
It would be nice, if `string_split` would allow to use `""` as delimiter, so we can just get very char of string into array, as when checking for eve…
-
Make the delimiter between scripts in a file optional, i.e. the default should be set by the provider typically ; (semi-colon) but it should be possible to make it optional.
The reason being that ;…
-
# 异常代码
` EasyExcel.read(file, new ElasticSearchDataListenerParkMobile().excelType(ExcelTypeEnum.CSV).charset(Charset.forName("UTF-8")).sheet().doRead();`
# 异常提示
```
java.lang.IllegalStateException…
-
- [ ] summary of problem
I’m working on a project with shell scripts and trying to add a copyright header that includes the year range from the Git history using the setLicenseHeaderYearsFromGitHisto…