{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":24689841,"defaultBranch":"master","name":"csv","ownerLogin":"close2","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-10-01T18:20:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/364985?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708931994.0","currentOid":""},"activityList":{"items":[{"before":"c0aebba17263cc6c0f01100e5eff14a18bd1ae93","after":"a6856fb7e90684518378f192d0d6da0bc5c21875","ref":"refs/heads/master","pushedAt":"2024-02-26T07:21:33.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"Merge pull request #71 from close2/CL/issue70\n\nfix: if inside string ignore text-delimiters","shortMessageHtmlLink":"Merge pull request #71 from close2/CL/issue70"}},{"before":null,"after":"fcb4f98527fcf1491b2931c049be6d1ed0694ea9","ref":"refs/heads/CL/issue70","pushedAt":"2024-02-26T07:19:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"fix: if inside string ignore text-delimiters\n\nFixes issue #70.\n\nIf inside an unquoted string, text-delimiters are ignored instead of swallowed.\nThis (partially?) fixes issue #70.\nExample: `\"A B\", \"C, D\"` will now produce `[[\"A B\",' \"C',' D\"']]` instead of `[[\"A B\",' C',' D']]`.","shortMessageHtmlLink":"fix: if inside string ignore text-delimiters"}},{"before":"afd56d9b9da122d51c9ebae104eda6ca37739926","after":"c0aebba17263cc6c0f01100e5eff14a18bd1ae93","ref":"refs/heads/master","pushedAt":"2023-10-26T13:32:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"Merge pull request #67 from close2/CL/fix_warnings\n\nfix: remove unnecessary non null assertion","shortMessageHtmlLink":"Merge pull request #67 from close2/CL/fix_warnings"}},{"before":null,"after":"da4ea3d48359a09e11234d37c5bb18c16f463610","ref":"refs/heads/CL/fix_warnings","pushedAt":"2023-10-25T04:19:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"fix: remove unnecessary non null assertion\n\nfixes #66","shortMessageHtmlLink":"fix: remove unnecessary non null assertion"}},{"before":"ea1732b6d8e3bd1ec97292ac83d4078be8461c43","after":null,"ref":"refs/heads/feature/null-treatment","pushedAt":"2023-10-17T04:18:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"}},{"before":"756b35e779c137d61e3ffab3c5c94fd087eafd10","after":"afd56d9b9da122d51c9ebae104eda6ca37739926","ref":"refs/heads/master","pushedAt":"2023-10-17T04:18:02.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"Merge pull request #65 from close2/feature/null-treatment\n\nFeature/null treatment","shortMessageHtmlLink":"Merge pull request #65 from close2/feature/null-treatment"}},{"before":"df861b14cb3fe1f20bb9ff02ef307cc2dd586972","after":"ea1732b6d8e3bd1ec97292ac83d4078be8461c43","ref":"refs/heads/feature/null-treatment","pushedAt":"2023-10-16T04:31:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"feat: make this library dart 3 compatible","shortMessageHtmlLink":"feat: make this library dart 3 compatible"}},{"before":null,"after":"3f7fa4a2bd082f9571f0b474b31e44167955e29a","ref":"refs/heads/CL/issue_61","pushedAt":"2023-10-13T04:31:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"fix: allow end of string as last character of file\n\nFixes issue #61\n\nIf `allowInvalid` is set to false, we threw an exception if the last\ncharacter of the CSV was a closing text-delimiter.\n\nWe didn't recognize this, as there is the possibility, that another\ntext-delimiter \"uncloses\" a text-field. This is of course not possible\nif there are no characters left.","shortMessageHtmlLink":"fix: allow end of string as last character of file"}},{"before":null,"after":"df861b14cb3fe1f20bb9ff02ef307cc2dd586972","ref":"refs/heads/feature/null-treatment","pushedAt":"2023-10-13T04:31:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"feat: add possibility to specify `convertNullTo` and `convertEmptyTo`\n\nSee README.md changes.","shortMessageHtmlLink":"feat: add possibility to specify convertNullTo and convertEmptyTo"}},{"before":"3f7fa4a2bd082f9571f0b474b31e44167955e29a","after":null,"ref":"refs/heads/CL/issue_61","pushedAt":"2023-04-24T18:02:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"}},{"before":"db6d8cdd27920781f8537d4a9b6428ca8729232b","after":"756b35e779c137d61e3ffab3c5c94fd087eafd10","ref":"refs/heads/master","pushedAt":"2023-04-24T18:02:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"Merge pull request #63 from close2/CL/issue_61\n\nfix: allow end of string as last character of file","shortMessageHtmlLink":"Merge pull request #63 from close2/CL/issue_61"}},{"before":"2fb69b9fd7aafd83f5e2ebcd7774e24437d9c1ce","after":"3f7fa4a2bd082f9571f0b474b31e44167955e29a","ref":"refs/heads/CL/issue_61","pushedAt":"2023-04-24T18:00:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"fix: allow end of string as last character of file\n\nFixes issue #61\n\nIf `allowInvalid` is set to false, we threw an exception if the last\ncharacter of the CSV was a closing text-delimiter.\n\nWe didn't recognize this, as there is the possibility, that another\ntext-delimiter \"uncloses\" a text-field. This is of course not possible\nif there are no characters left.","shortMessageHtmlLink":"fix: allow end of string as last character of file"}},{"before":null,"after":"2fb69b9fd7aafd83f5e2ebcd7774e24437d9c1ce","ref":"refs/heads/CL/issue_61","pushedAt":"2023-04-24T17:54:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"close2","name":"Christian Loitsch","path":"/close2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/364985?s=80&v=4"},"commit":{"message":"fix: allow end of string as last character of file\n\nFixes issue #61\n\nIf `allowInvalid` is set to false, we threw an exception if the last\ncharacter of the CSV was a closing text-delimiter.\n\nWe didn't recognize this, as there is the possibility, that another\ntext-delimiter \"uncloses\" a text-field. This is of course not possible\nif there are no characters left.","shortMessageHtmlLink":"fix: allow end of string as last character of file"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEBRA2gQA","startCursor":null,"endCursor":null}},"title":"Activity ยท close2/csv"}