csv - How to create a table with 3000 columns in cassandra 3.0? -
hi first project cassandra 3.0
i have csv file around 3000 columns , need import csv cassandra. how can achieve this?
example of csv:
unnamed row_nr prd_id x_01 x_02 x_03 x_04 x_05_1 x_05_10 x_05_11 x_05_12 x_05_13 x_05_14 x_05_15 x_05_16 x_05_17 x_05_18 x_05_19 x_05_2 x_05_20 x_05_21 x_05_22 x_05_23 x_05_24 x_05_25 x_05_26 x_05_27 x_05_28 x_05_29 x_05_3 x_05_30 x_05_31 x_05_32 x_05_33 x_05_34 x_05_35 x_05_36 x_05_37 x_05_38 x_05_39 x_05_4 x_05_40 x_05_41 x_05_42 x_05_43 x_05_44 x_05_45 x_05_46 x_05_47 x_05_48 x_05_49 x_05_5 x_05_50 x_05_51 x_05_52 x_05_53 x_05_54 x_05_55 x_05_56 x_05_57
i have googled , read questions in stackoverflow not helpful. please shed light.
Comments
Post a Comment