Issues opening a badly shaped .txt file [closed]

I have a firm-level database in .txt. Unfurtunately, it is very badly shaped and no automatic function from R is able to read it properly. Is there an expert who can help me? you can also reach out directly to me at [email protected]

I have already tried to open it with automatic function in R but nothing works

example of the first lines:

Num.            Ragione Sociale                EBITDA EUR 2011 EBITDA EUR 2010 EBITDA EUR 2009 EBITDA EUR 2008 EBITDA EUR 2007 EBITDA EUR 2006 EBITDA EUR 2005 EBITDA EUR 2004 EBITDA EUR 2003 Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Redditività del Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Debt/Equity     Ragione sociale precedente     Data di      Numero CCIAA         Anno         Indirizzo                      Codice     Comune                         Provincia                 Regione                   Codice ISTAT Regione      Codice ISTAT Provincia    Codice ISTAT Comune       Longitudine     Latitudine      Forma Giuridica           Codice Fiscale       ATECO 2007 Stato Giuridico                Sede principale - Indirizzo    Sede principale - Comune       Sede principale -         Sede principale - Regione      Procedura/Cessazione           Data di      Data di     
                                                                                                                                                                                               totale attivo   totale attivo   totale attivo   totale attivo   totale attivo   totale attivo   totale attivo   totale attivo   totale attivo   capitale        capitale        capitale        capitale        capitale        capitale        capitale        capitale        capitale        ratio (X) 2011  ratio (X) 2010  ratio (X) 2009  ratio (X) 2008  ratio (X) 2007  ratio (X) 2006  ratio (X) 2005  ratio (X) 2004  ratio (X) 2003                                 cambiamento                       Costituzione                                Postale                                                                                                                                                                                                                                                    Codice                                                                                                  Provincia                                                                               inizio       chiusura    
                                                                                                                                                                                               (ROA) (%) 2011  (ROA) (%) 2010  (ROA) (%) 2009  (ROA) (%) 2008  (ROA) (%) 2007  (ROA) (%) 2006  (ROA) (%) 2005  (ROA) (%) 2004  (ROA) (%) 2003  proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)   proprio (ROE)                                                                                                                                                                                  della                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    procedura/ce della       
                                                                                                                                                                                                                                                                                                                                               (%) 2011        (%) 2010        (%) 2009        (%) 2008        (%) 2007        (%) 2006        (%) 2005        (%) 2004        (%) 2003                                                                                                                                                                                       Ragione                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ssazione     procedura   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sociale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
              1 &QUQUOT           40408           25197           33922           39889           38954            n.d.            n.d.           29780            n.d.            5.53            6.02            6.74           10.71           14.43            n.d.            n.d.           10.39            n.d.           12.49            8.62           10.86           18.99            4.23            n.d.            n.d.           13.15            n.d.            0.03            0.11            0.44            0.00            0.00            n.d.            n.d.            0.00            n.d. FAVI COSTRUZIONI SRL           05/04/2012   FG0159632            11/01/1993   VIA PELLEGRINO, 6              71036      Lucera                         Foggia                    Puglia                    16                        071                       071028                          15.330188       41.511813 S.R.L.                    01962570717          412000     Ditta attiva                   VIA PELLEGRINO 6               LUCERA                         Foggia                    PUGLIA                                                                                
              2 '' ANT' A              n.d.            7981            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            3.58            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.           15.98            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            0.00            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.            n.d.                                             RM1258470            09/02/2010   VIA FRANCESCO VITALINI,23      00155      Roma                           Roma                      Lazio                     12                        058                       058091                          12.610846       41.909407 S.R.L.                    10827711002          432101     Ditta attiva                                                                                                                                                                                                 
                RESPONSABILITA' LIMITATA''   

  • 2

    What does it mean “badly shaped”? Please post the first few lines of your file, how can we help you without knowing what the problem is?

    – 

  • i posted the first lines

    – 




  • 1

    As well as seeing your input file (the firts few lines is a good start), we also need to know what you want the output to be. A data frame? A list? What information should it contain? You maximise your chance of getting a useful answer if you provide a minimal reproducible example. This post may help.

    – 

  • @Limey thanks. I need to read it as a data.frame with well-readable rows and column. the issue is that no function in r state or excel can do it properly

    – 

  • @limif you are an expert in this kind of stuff, you can email me if you wish to help. thanks

    – 

Leave a Comment