RSSAmplifier

Michael Malura · Mar 26, 2018

CSV Dateien splitten

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Musste ein CSV mit 14k Einträgen in mehrere Files splitten weil der Import auf einem unserer Server crashte wenn ich alles auf einmal importiert hab. # split -l lines file_to_split output/ $ split -l 4000 export.csv export/venues $ ls venues venuesaa venuesab venuesac venuesad $ cd export # append .…

Read on malura.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.