---
title: remapLineEndings
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amshellscriptaction/remaplineendings
---

# remapLineEndings

A Boolean value that indicates whether you want automatic remapping of carriage return (\r) to newline (\n) characters in the input string.

## Declaration

```swift
var remapLineEndings: Bool { get }
```

## Discussion

Discussion The default is false. Override to return true if you want the remapping to occur.

## See Also

### Handling the I/O Separator Character

- [inputFieldSeparator](automator/amshellscriptaction/inputfieldseparator.md)
- [outputFieldSeparator](automator/amshellscriptaction/outputfieldseparator.md)
