Sutou Kouhei

Results 417 comments of Sutou Kouhei

Can you try sending a pull request to improve the current document?

Great! First, we need to profile which method is bottleneck. To profile, we need to write a simple script that is slower than HoneyFormat.

This may be difficult because row separator may be two or more characters such as `\r\n`.

Why do you want to use `"|\n"`? Could you show a real world use case?

Could you show the real CSV that has problem? The CSV does NOT use `"|\n"` as row separator, right?

Ah, sorry. I want to know the input of your transformation system. I think that the following is a situation of this case: ```text X -CSV(X)-> [YOUR SYSTEM] -CSV(RDBMS)-> RDBMS...

Thanks. I understand. I'll think about how to deal with this case.

GitHub pages doesn't support additional Jekyll plugin. So you can't use this plugin on GitHub pages.

Please show the output of: ```console > bundle exec jekyll serve --baseurl "" --trace ```

You can't use this plugin on GitHub Pages because GitHub Pages supports only limited plugins. See also: https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/