Getting a specific number of columns [on hold]Help to read a flat file into unix and output to simplified csv like format for import into excelHow to delete a specific number in file?Remove all the rows below a specific row number from one specific columnHow to calculate the average number of columns across the rows as well as the maximum numbers of columns in a file in unix?Printing the frequency of number of columns across rows in a text fileHow to slice and pile by number of columns a csv file?Convert one (long) column into multiple (short) columns of unequal lengthsAppend 0x and comma value for all elements in a columnsShell script to match row number from one file and put it as comments in another file when matchHow do I align columns at common elements but give differing elements their own rows?
Chess with symmetric move-square
How to add power-LED to my small amplifier?
A Journey Through Space and Time
Patience, young "Padovan"
Pronouncing Dictionary.com's W.O.D "vade mecum" in English
New order #4: World
How to report a triplet of septets in NMR tabulation?
Why is an old chain unsafe?
What would the Romans have called "sorcery"?
N.B. ligature in Latex
What typically incentivizes a professor to change jobs to a lower ranking university?
Schwarzchild Radius of the Universe
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
declaring a variable twice in IIFE
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Why are only specific transaction types accepted into the mempool?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Could a US political party gain complete control over the government by removing checks & balances?
Prevent a directory in /tmp from being deleted
Banach space and Hilbert space topology
Is Social Media Science Fiction?
How can bays and straits be determined in a procedurally generated map?
How is this relation reflexive?
Getting a specific number of columns [on hold]
Help to read a flat file into unix and output to simplified csv like format for import into excelHow to delete a specific number in file?Remove all the rows below a specific row number from one specific columnHow to calculate the average number of columns across the rows as well as the maximum numbers of columns in a file in unix?Printing the frequency of number of columns across rows in a text fileHow to slice and pile by number of columns a csv file?Convert one (long) column into multiple (short) columns of unequal lengthsAppend 0x and comma value for all elements in a columnsShell script to match row number from one file and put it as comments in another file when matchHow do I align columns at common elements but give differing elements their own rows?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
0.025|0.00034|down|MO|N|Y||,0.02|0.0003064|
i|MO|S|||,0.025|0.0003|i|MO|S|Y||,0.025|
I have a file that is in the above format and I want to have only 7 elements per row so that all my data aligns. How would I be able to do this?
linux
New contributor
put on hold as unclear what you're asking by Sparhawk, Ulrich Schwarz, muru, Haxiel, nwildner 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
0.025|0.00034|down|MO|N|Y||,0.02|0.0003064|
i|MO|S|||,0.025|0.0003|i|MO|S|Y||,0.025|
I have a file that is in the above format and I want to have only 7 elements per row so that all my data aligns. How would I be able to do this?
linux
New contributor
put on hold as unclear what you're asking by Sparhawk, Ulrich Schwarz, muru, Haxiel, nwildner 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
7
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
1
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22
add a comment |
0.025|0.00034|down|MO|N|Y||,0.02|0.0003064|
i|MO|S|||,0.025|0.0003|i|MO|S|Y||,0.025|
I have a file that is in the above format and I want to have only 7 elements per row so that all my data aligns. How would I be able to do this?
linux
New contributor
0.025|0.00034|down|MO|N|Y||,0.02|0.0003064|
i|MO|S|||,0.025|0.0003|i|MO|S|Y||,0.025|
I have a file that is in the above format and I want to have only 7 elements per row so that all my data aligns. How would I be able to do this?
linux
linux
New contributor
New contributor
edited 2 days ago
Community♦
1
1
New contributor
asked Apr 4 at 23:58
user345613user345613
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Sparhawk, Ulrich Schwarz, muru, Haxiel, nwildner 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Sparhawk, Ulrich Schwarz, muru, Haxiel, nwildner 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
7
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
1
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22
add a comment |
7
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
1
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22
7
7
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
1
1
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
7
assume "|" is your delimiter, 1st line has 9 items, 2nd line has 13 items, what does "decrease the existing data (without losing anything) into 7 columns from 9" mean? It would make things much clear if you give the desired data.
– dedowsdi
Apr 5 at 0:11
1
I see that an anonymous user has attempted to edit this. If this is the original question-asker, please log in and edit instead.
– Sparhawk
Apr 5 at 0:22