# Data importing issue

**URL:** https://forum.mautic.org/t/data-importing-issue/31128
**Category:** Development
**Created:** [March 1, 2024, 3:09pm UTC](https://forum.mautic.org/t/data-importing-issue/31128 "2024-03-01T15:09:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rohit1802](https://avatars.discourse-cdn.com/v4/letter/r/7c8e57/32.png) [@rohit1802](https://forum.mautic.org/u/rohit1802)
#### Post date: [March 1, 2024, 3:09pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/1 "2024-03-01T15:09:24Z")

</div>

I have set up the project.  
1 .forked the repo  
2. downloaded and install all things  
3. it is opening with 127.0.0.1:port

but Now I am not able to run the ddev exec bin/console d:f:l to load the data.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/6/61dc93051ce402955bdaf6b3101c9030a39fdfae.png)

Please let me know how can I fix this issue. I am using windows and vs code editor.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [March 1, 2024, 3:10pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/2 "2024-03-01T15:10:16Z")

</div>

Hi, did you try to do exactly what the nice feedback said?  
Use dos2unix?

---

<div class="post-metadata">

### Author: ![rohit1802](https://avatars.discourse-cdn.com/v4/letter/r/7c8e57/32.png) [@rohit1802](https://forum.mautic.org/u/rohit1802)
#### Post date: [March 1, 2024, 3:15pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/3 "2024-03-01T15:15:05Z")

</div>

Yes, Actually I am getting error for file not found error while executing the command.

This process I have followed for project setup

1. forked and then clone git repo

2. installed ddev, ubutnu and then ddev config

3. made the changes to .yaml file

4. ddev start and project has been started on the given address.

is there something I have done wrong or I have missed something?

---

<div class="post-metadata">

### Author: ![rohit1802](https://avatars.discourse-cdn.com/v4/letter/r/7c8e57/32.png) [@rohit1802](https://forum.mautic.org/u/rohit1802)
#### Post date: [March 2, 2024, 5:06pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/4 "2024-03-02T17:06:29Z")

</div>

Any solution?

---

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [March 2, 2024, 5:43pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/5 "2024-03-02T17:43:27Z")

</div>

Your problem is that you are trying to run dos2unix inside windwos Powershell.

Download git bash for windows and try something like the following:

```auto
cd /c/xampp/htdocs/mautic
find . -type f -exec dos2unix.exe {} \;

```

This should go over all the files in all directories and convert the line endings, additionally I would consider setting git eof to lf

Hope it helps.

---

<div class="post-metadata">

### Author: ![rohit1802](https://avatars.discourse-cdn.com/v4/letter/r/7c8e57/32.png) [@rohit1802](https://forum.mautic.org/u/rohit1802)
#### Post date: [March 3, 2024, 7:14am UTC](https://forum.mautic.org/t/data-importing-issue/31128/6 "2024-03-03T07:14:09Z")

</div>

I have solved this issue. Thanks

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/1X/43c63600fe51440378769136903f1fa2a9a34102.png) [@system](https://forum.mautic.org/u/system)
#### Post date: [March 4, 2024, 7:15pm UTC](https://forum.mautic.org/t/data-importing-issue/31128/7 "2024-03-04T19:15:10Z")

</div>

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.
