11 Commits

Author SHA1 Message Date
40c26a09bc Add CSV Export/Import to last added options.
Change-Id: Iae12e37d8e3ee9d5b7137cf10fa2a7797020caa3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168080
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2024-05-27 01:12:09 +02:00
a8a5edeadd tdf#154131 Detect numbers in scientfic notation
Add a new option to CSV params
Add help to dialog

Change-Id: If812698a5083cc19431d6de6c2439d2879baa1f7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152407
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-06-13 11:40:46 +02:00
4be597da53 tdf#82254 - Add UTF-8 BOM (Token 14) to CSV filter parameters
Change-Id: I085e66ca6b46955110a4eaab7118c4a376f16b40
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148871
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-03-15 10:18:53 +00:00
1a82dd1e5f Correct --convert-to example, OutputFileExtension is mandatory
Change-Id: Ibcb0ac148c60e53cf539529b911a4b47c0dc4202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147346
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2023-02-20 18:46:43 +00:00
7e42394ecb tdf#152323 drop name attribute from <link> elements
Replacement done with

find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
        's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'

(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)

translation files will be prepped with:

find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
    $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'

(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)

Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-12-07 17:39:02 +00:00
5a91be35bf tdf#149846 tdf#149759 Update CSV import Help page
Change-Id: I1a3453a2ac8bf8a5db4df8c5fabecb3e5d83b873
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136807
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-07-04 17:55:56 +02:00
26d75235b7 Improve description a bit
Change-Id: Iaaba632db103777f47d414647e611054824bea23
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136545
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-28 16:57:44 +02:00
4412683715 tdf#148943 Clarify CSV import token 4
Change-Id: I5c0094293a1d8a9125cfc2d129681e0c456e8f99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134135
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-05-11 11:38:51 +02:00
4973d1a792 tdf#117868 Help contents for sep= in CSV files
Change-Id: I6ac919fd95b9c30be3f1f2aa7bc18efd40b6d2d7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126188
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2021-12-01 18:43:35 +01:00
7488c63b40 Add 12th param description for Calc CSV import
Change-Id: I4aeeaabe4f3894dac067556824a8c3762c273dbe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124250
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-04 10:34:09 +01:00
56638af603 tdf#140779, tdf#140780 filter params for CSV, lotus...
Change-Id: Ie439889bd8dc4bd630187e253d3689c8e644b2a7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123901
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-10-25 19:18:09 +02:00