From: dm <dead-mustdie@nm.ru>
To: community@altlinux.ru
Subject: Re: [Comm] [JT] csv file transforming
Date: Fri, 24 Sep 2004 00:32:09 +0400
Message-ID: <200409240032.10182.dead-mustdie@nm.ru> (raw)
In-Reply-To: <1303419706.20040923195632@mail.ru>
Здравствуйте, Grigory Tuboltsev!
Четверг 23 Сентябрь 2004 21:56, Вы писали:
> Есть две тупые виндовые программы. Требуется перекачать данные из
> одной в другую. Первая умеет сливать в файл .csv, вторая умеет из
> файла .csv данные принимать. Проблема в том, что в файле, который
> можно получить из первой программы все столбцы проставлены совсем не
> в том порядке, который поймёт вторая программа. Кроме того, несколько
> столбцов этого файла csv надо бы просто стереть, а то у второй
> программы, которая этот файл импортирует, от этих столбцов крышу
> сносит. Итого: имеется таблица в csv, в ней надо 1. стереть несколько
> столбцов 2. переставить местами несколько столбцов.
> Чем бы это сделать ?
Одна строка на perl.
Файл1:
a,b,c,d
Файл2 надо:
c,a,d
команда:
~$ perl -pe 's/([^,]+),([^,]+),([^,]+),([^,]+)/$3,$1,$4/' <Файл1 >Файл2
--
-------------------------------------
dm <deadmustdie at pisem point net>
prev parent reply other threads:[~2004-09-23 20:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-23 17:56 Grigory Tuboltsev
2004-09-23 18:02 ` Andrey Rahmatullin
2004-09-23 18:08 ` Alexey I. Froloff
2004-09-23 20:32 ` dm [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200409240032.10182.dead-mustdie@nm.ru \
--to=dead-mustdie@nm.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git