[libreoffice-users] Creating a custom label problem

2017-06-21 Thread Ken Springer

LO 5.2.7.2

I cannot find a way to create a label on 8.5 X 11 page labels, where the 
label height is .67".  The sheet of labels is 15 rows by 4 columns.


Such a template would be compatible with the following Avery labels: 
18195, 42895, 5155, 5195, 8195, 15695, 18695, 88695, 48335, 38667, 
42995, 18294


Adding to this difficulty is the fact that when you try to type into the 
input fields, apparently random numbers simply appear.


Known problem?



--
Ken
Mac OS X 10.11.6
Firefox 53.0.2  (64 bit)
Thunderbird 52.0
"My brain is like lightning, a quick flash
  and it's gone!"


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: saving as csv newline inserted

2017-06-21 Thread Uwe Brauer
>>> "jorge" == jorge   writes:

   > Hi Uwe and all:
   >I suggest:

   > a) Open the file as is: csv
   > b) Mark the column that content all the information
   > c) Use: Menu, Edit, Search and Replace ... click there
   > d) In the window opened: In the first row for input what to search,
   > input and "space" with spacebar
   > e) In the second row for input what to replace, keep without input
   > f) Apply the option Replace All
   > g) Now if all is good, you are eliminate the space after "name" field
   > h) Save the file again as csv
   > i) Now you can close the file and open again or use the option: Menu,
   > Data, Text to Column to split the fields in the column

Thanks, I did it with replace regexp using \n which also worked nicely.
I will keep in mind you suggestion for other cases, thanks
   > I hope this help,


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: saving as csv newline inserted

2017-06-21 Thread Uwe Brauer
>>> "Bruce" == Bruce Hohl  writes:

   > It appears that the actual contents of Field2 = 05329954A\n where '\n' is a
   > RETURN (not a TAB).  I was able to remove the \n by (1) select/highlight
   > the column containing Field2, (2) open Data > Text to Columns, (3) Under
   > 'Separator Options' set Y=Separated by, Y=Other as \n then click 'OK'.  Now
   > save as CSV.

Thanks, that works nicely. I don't know how the heck the \n entered, but
at least I know how to deal with it. thanks


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] saving as csv newline inserted

2017-06-21 Thread jorge
Hi Uwe and all:

I suggest:

a) Open the file as is: csv
b) Mark the column that content all the information
c) Use: Menu, Edit, Search and Replace ... click there
d) In the window opened: In the first row for input what to search,
input and "space" with spacebar
e) In the second row for input what to replace, keep without input
f) Apply the option Replace All
g) Now if all is good, you are eliminate the space after "name" field
h) Save the file again as csv
i) Now you can close the file and open again or use the option: Menu,
Data, Text to Column to split the fields in the column

I hope this help,

-- 
Atentamente,

Jorge Rodríguez


El mié, 21-06-2017 a las 12:52 +, Uwe Brauer escribió:
> Hi
> 
> I have an excel (xls) file which I open with scalc (5.3)
> and save it as csv
> 
> Unfortunately it looks like
> 
> Field1,Field2,Field3,Field4,Field5
> "Name","05329954A
>",0.55,0.75,1.3
> 
> Instead of
> 
> Field1,Field2,Field3,Field4,Field5
> "Name","05329954A ",0.55,0.75,1.3
> 
> 
> The reason is that in the first column there is a after name a space
> which is translated to a newline when exporting.
> 
> How can I get rid of this unwanted newline?
> I tried to format the cells but it seemed not to have worked.
> Thanks
> 
> Uwe Brauer 
> 
> 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] saving as csv newline inserted

2017-06-21 Thread Bruce Hohl
It appears that the actual contents of Field2 = 05329954A\n where '\n' is a
RETURN (not a TAB).  I was able to remove the \n by (1) select/highlight
the column containing Field2, (2) open Data > Text to Columns, (3) Under
'Separator Options' set Y=Separated by, Y=Other as \n then click 'OK'.  Now
save as CSV.

On Wed, Jun 21, 2017 at 8:52 AM, Uwe Brauer  wrote:

>
> Hi
>
> I have an excel (xls) file which I open with scalc (5.3)
> and save it as csv
>
> Unfortunately it looks like
>
> Field1,Field2,Field3,Field4,Field5
> "Name","05329954A
>",0.55,0.75,1.3
>
> Instead of
>
> Field1,Field2,Field3,Field4,Field5
> "Name","05329954A ",0.55,0.75,1.3
>
>
> The reason is that in the first column there is a after name a space
> which is translated to a newline when exporting.
>
> How can I get rid of this unwanted newline?
> I tried to format the cells but it seemed not to have worked.
> Thanks
>
> Uwe Brauer
>
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-
> unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] saving as csv newline inserted

2017-06-21 Thread Uwe Brauer

Hi

I have an excel (xls) file which I open with scalc (5.3)
and save it as csv

Unfortunately it looks like

Field1,Field2,Field3,Field4,Field5
"Name","05329954A
   ",0.55,0.75,1.3

Instead of

Field1,Field2,Field3,Field4,Field5
"Name","05329954A ",0.55,0.75,1.3


The reason is that in the first column there is a after name a space
which is translated to a newline when exporting.

How can I get rid of this unwanted newline?
I tried to format the cells but it seemed not to have worked.
Thanks

Uwe Brauer 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted