Title: Add separator argument to loadTable() (#5068) by christianbender · Pull Request #5564 · processing/processing · GitHub
Open Graph Title: Add separator argument to loadTable() (#5068) by christianbender · Pull Request #5564 · processing/processing
X Title: Add separator argument to loadTable() (#5068) by christianbender · Pull Request #5564 · processing/processing
Description: I fixed the issue #5068 (enhancement). Now we can choice a separator for the CSV-files. And open this as well. Table table; void setup() { table = loadTable("mammal2.csv", "header", ';'); println(table.getRowCount() + " total rows in table"); for (TableRow row : table.rows()) { int id = row.getInt("id"); String species = row.getString("species"); String name = row.getString("name"); println(name + " (" + species + ") has an ID of " + id); } } The file mammal2.csv is now seperated with ; Another example Table table; void setup() { table = loadTable("mammal2.csv",';'); println(table.getRowCount() + " total rows in table"); for (TableRow row : table.rows()) { println(row.getString(1)); } }
Open Graph Description: I fixed the issue #5068 (enhancement). Now we can choice a separator for the CSV-files. And open this as well. Table table; void setup() { table = loadTable("mammal2.csv", "head...
X Description: I fixed the issue #5068 (enhancement). Now we can choice a separator for the CSV-files. And open this as well. Table table; void setup() { table = loadTable("mammal2.csv", &a...
Opengraph URL: https://github.com/processing/processing/pull/5564
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:2bbb29df-dc8f-cc14-38e8-9a35029f7712 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B77C:29B6E8:3A28E97:4DEC0D5:696F1E19 |
| html-safe-nonce | fa8c65d7e97318ad34d41e2bdd55fd5b0bcfa03fb9d1eccfacb97f0ede7b0da2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzdDOjI5QjZFODozQTI4RTk3OjRERUMwRDU6Njk2RjFFMTkiLCJ2aXNpdG9yX2lkIjoiNTI5ODkxNTc3MDA2NDkwMzcwNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | b005932888f434e1b90e028efa60bb026fa9f5b6e4e7b0133421052391beb46c |
| hovercard-subject-tag | pull_request:198473187 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/processing/processing/pull/5564/files |
| twitter:image | https://avatars.githubusercontent.com/u/23243382?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/23243382?s=400&v=4 |
| og:image:alt | I fixed the issue #5068 (enhancement). Now we can choice a separator for the CSV-files. And open this as well. Table table; void setup() { table = loadTable("mammal2.csv", "head... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/processing/processing git https://github.com/processing/processing.git |
| octolytics-dimension-user_id | 1617169 |
| octolytics-dimension-user_login | processing |
| octolytics-dimension-repository_id | 7807399 |
| octolytics-dimension-repository_nwo | processing/processing |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 7807399 |
| octolytics-dimension-repository_network_root_nwo | processing/processing |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 39aed5006635ab6f45e6b77d23e73b08a00272a3 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width